diff options
author | David Seifert <soap@gentoo.org> | 2023-04-16 14:35:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-04-16 14:35:25 +0200 |
commit | a7e64996b9ca4401154d0671698f2e9f661e32fe (patch) | |
tree | b6bd0a805d2e02814168100e9d1335a48aa5bd73 /x11-misc | |
parent | x11-misc/genmenu: update EAPI 6 -> 8 (diff) | |
download | gentoo-a7e64996b9ca4401154d0671698f2e9f661e32fe.tar.gz gentoo-a7e64996b9ca4401154d0671698f2e9f661e32fe.tar.bz2 gentoo-a7e64996b9ca4401154d0671698f2e9f661e32fe.zip |
x11-misc/icon-naming-utils: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r2.ebuild (renamed from x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r1.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r1.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r2.ebuild index 95e306517e7a..069614c4c03d 100644 --- a/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r1.ebuild +++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.8.90-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Utils to help with the transition to the new freedesktop.org naming scheme" HOMEPAGE="http://tango.freedesktop.org" @@ -10,8 +10,8 @@ SRC_URI="http://tango.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" -RDEPEND=">=dev-perl/XML-Simple-2 - >=dev-lang/perl-5" +RDEPEND=" + dev-lang/perl + dev-perl/XML-Simple" DEPEND="${RDEPEND}" |