diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-21 15:04:25 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-22 15:00:14 +0200 |
commit | c408653d0040a94c254bb50e7371bd2034064dcc (patch) | |
tree | 89ed6c2b4ea2027ab44f66dc798bf3e33cdfd4ce /x11-themes/commonbox-styles | |
parent | x11-plugins/gkrellm-plugins: EAPI bump (diff) | |
download | gentoo-c408653d0040a94c254bb50e7371bd2034064dcc.tar.gz gentoo-c408653d0040a94c254bb50e7371bd2034064dcc.tar.bz2 gentoo-c408653d0040a94c254bb50e7371bd2034064dcc.zip |
x11-themes/commonbox-styles: EAPI bump
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'x11-themes/commonbox-styles')
-rw-r--r-- | x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild index d51701fdebaf..b6b7248c9599 100644 --- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild +++ b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -IUSE="" +EAPI=6 + DESCRIPTION="Common styles for fluxbox, blackbox, and openbox" +HOMEPAGE="http://mkeadle.org/distfiles/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://mkeadle.org/distfiles/${P}.tar.bz2" -HOMEPAGE="http://mkeadle.org/distfiles/" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" |