commit: 69cd88783405c8224372b49847a9cc6a84d6862b Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 31 11:11:41 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 11:11:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cd8878
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 <soap <AT> gentoo.org> 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 d52133d6404..db6647764c2 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 99f5e273752..d76d1d60f37 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 c773307175d..f1597d56c85 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"
