diff options
Diffstat (limited to 'x11-wm')
-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" |