diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-21 14:46:40 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-22 15:00:08 +0200 |
commit | 410d26d65a6056be082215e0dcf4ee552493f07d (patch) | |
tree | 7917baa436540fdca01a91f6159eacca245c5739 /x11-plugins/gkrellm-plugins | |
parent | x11-misc/e16keyedit: EAPI bump (diff) | |
download | gentoo-410d26d65a6056be082215e0dcf4ee552493f07d.tar.gz gentoo-410d26d65a6056be082215e0dcf4ee552493f07d.tar.bz2 gentoo-410d26d65a6056be082215e0dcf4ee552493f07d.zip |
x11-plugins/gkrellm-plugins: EAPI bump
No real work to be done here; this ebuild is damned near a virtual.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'x11-plugins/gkrellm-plugins')
-rw-r--r-- | x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild b/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild index af78e89de169..87ff616fe566 100644 --- a/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild +++ b/x11-plugins/gkrellm-plugins/gkrellm-plugins-2.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="emerge this package to install all of the gkrellm plugins" HOMEPAGE="http://www.gkrellm.net/" @@ -10,18 +12,19 @@ KEYWORDS="~ppc ~x86" IUSE="wifi" RDEPEND="!<app-admin/gkrellm-2 - >=x11-plugins/gkrellaclock-0.3.2 - x11-plugins/gkrellflynn - >=x11-plugins/gkrellkam-2.0.0 - >=x11-plugins/gkrellm-leds-0.8.0 - >=x11-plugins/gkrellm-volume-2.1.4 - >=x11-plugins/gkrellmlaunch-0.5 - >=x11-plugins/gkrellmoon-0.6 - wifi? ( >=x11-plugins/gkrellmwireless-2.0.2 ) - >=x11-plugins/gkrellshoot-0.4.1 - >=x11-plugins/gkrellstock-0.5 - >=x11-plugins/gkrellsun-0.12.2 - x11-plugins/gkrelltop - >=x11-plugins/gkrellweather-2.0.6 - x11-plugins/gkrellm-countdown - x11-plugins/gkrellm-trayicons" + >=x11-plugins/gkrellaclock-0.3.2 + x11-plugins/gkrellflynn + >=x11-plugins/gkrellkam-2.0.0 + >=x11-plugins/gkrellm-leds-0.8.0 + >=x11-plugins/gkrellm-volume-2.1.4 + >=x11-plugins/gkrellmlaunch-0.5 + >=x11-plugins/gkrellmoon-0.6 + wifi? ( >=x11-plugins/gkrellmwireless-2.0.2 ) + >=x11-plugins/gkrellshoot-0.4.1 + >=x11-plugins/gkrellstock-0.5 + >=x11-plugins/gkrellsun-0.12.2 + x11-plugins/gkrelltop + >=x11-plugins/gkrellweather-2.0.6 + x11-plugins/gkrellm-countdown + x11-plugins/gkrellm-trayicons +" |