From 69cd88783405c8224372b49847a9cc6a84d6862b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 31 Oct 2020 12:11:41 +0100 Subject: x11-wm/goomwwm: [QA] Inherit flag-o-matic.eclass explicitly Closes: https://github.com/gentoo/gentoo/pull/18081 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert --- x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild | 3 ++- x11-wm/goomwwm/goomwwm-1.0.0.ebuild | 5 +++-- x11-wm/goomwwm/goomwwm-9999.ebuild | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild index d52133d6404a..db6647764c2d 100644 --- a/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild +++ b/x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs + +inherit flag-o-matic toolchain-funcs DESCRIPTION="Get out of my way, Window Manager!" HOMEPAGE="https://github.com/seanpringle/goomwwm" diff --git a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0.ebuild index 99f5e273752a..d76d1d60f37d 100644 --- a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild +++ b/x11-wm/goomwwm/goomwwm-1.0.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs + +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Get out of my way, Window Manager!" HOMEPAGE="http://aerosuidae.net/goomwwm/" diff --git a/x11-wm/goomwwm/goomwwm-9999.ebuild b/x11-wm/goomwwm/goomwwm-9999.ebuild index c773307175d9..f1597d56c856 100644 --- a/x11-wm/goomwwm/goomwwm-9999.ebuild +++ b/x11-wm/goomwwm/goomwwm-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit git-r3 toolchain-funcs + +inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="Get out of my way, Window Manager!" HOMEPAGE="https://github.com/seanpringle/goomwwm" -- cgit v1.2.3-65-gdbad