diff options
author | David Seifert <soap@gentoo.org> | 2020-10-31 12:11:41 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-31 12:11:41 +0100 |
commit | 69cd88783405c8224372b49847a9cc6a84d6862b (patch) | |
tree | b834e8588fe7a8637e4a0d02200b75897227640d /x11-wm/goomwwm | |
parent | sys-cluster/mvapich2: [QA] Inherit flag-o-matic.eclass explicitly (diff) | |
download | gentoo-69cd88783405c8224372b49847a9cc6a84d6862b.tar.gz gentoo-69cd88783405c8224372b49847a9cc6a84d6862b.tar.bz2 gentoo-69cd88783405c8224372b49847a9cc6a84d6862b.zip |
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@gentoo.org>
Diffstat (limited to 'x11-wm/goomwwm')
-rw-r--r-- | x11-wm/goomwwm/goomwwm-1.0.0-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-wm/goomwwm/goomwwm-1.0.0.ebuild | 5 | ||||
-rw-r--r-- | 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" |