diff options
author | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:34 +0100 |
commit | d284042ff2c6bc36901049972b9d661ef46e1062 (patch) | |
tree | cab657069b37d66db37933f5c3b2afdffc323d23 /x11-themes/gnome-icon-theme-extras | |
parent | x11-themes/geany-themes: update EAPI 6 -> 8 (diff) | |
download | gentoo-d284042ff2c6bc36901049972b9d661ef46e1062.tar.gz gentoo-d284042ff2c6bc36901049972b9d661ef46e1062.tar.bz2 gentoo-d284042ff2c6bc36901049972b9d661ef46e1062.zip |
x11-themes/gnome-icon-theme-extras: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes/gnome-icon-theme-extras')
-rw-r--r-- | x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0-r1.ebuild (renamed from x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild b/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0-r1.ebuild index d2ba5a9fa725..a69ee7906e43 100644 --- a/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0.ebuild +++ b/x11-themes/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0-r1.ebuild @@ -1,7 +1,8 @@ -# 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 + inherit gnome2 DESCRIPTION="Extra GNOME icons for specific devices and file types" @@ -10,16 +11,15 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/gnome-icon-theme-extras" LICENSE="CC-BY-SA-3.0" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" +# This ebuild does not install any binaries +RESTRICT="binchecks strip" RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" -DEPEND="${RDEPEND} - >=x11-misc/icon-naming-utils-0.8.7 - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND=" + x11-misc/icon-naming-utils + virtual/pkgconfig" -# This ebuild does not install any binaries -RESTRICT="binchecks strip" # FIXME: double check potential LINGUAS problem src_prepare() { |