From 2df2f8c58abbcfa3a76c0356325a0e7926bdfa7e Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 15 Feb 2018 11:54:07 +0100 Subject: [PATCH] x11-themes/iceicons: EAPI-6 revbump. Dropped ppc64 keyword as x11-wm/icewm dropped it as well. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- .../{iceicons-0.10.0.ebuild => iceicons-0.10.0-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename x11-themes/iceicons/{iceicons-0.10.0.ebuild => iceicons-0.10.0-r1.ebuild} (92%) diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild similarity index 92% rename from x11-themes/iceicons/iceicons-0.10.0.ebuild rename to x11-themes/iceicons/iceicons-0.10.0-r1.ebuild index e90157bf0aa6b..738f93297aa8c 100644 --- a/x11-themes/iceicons/iceicons-0.10.0.ebuild +++ b/x11-themes/iceicons/iceicons-0.10.0-r1.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM" HOMEPAGE="http://sandbox.cz/~covex/icewm/iceicons/" SRC_URI="http://sandbox.cz/~covex/icewm/iceicons/${PN}-default-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" RDEPEND=">=x11-wm/icewm-1.2.6"