diff options
author | 2022-06-28 12:18:41 +0200 | |
---|---|---|
committer | 2022-06-28 12:18:41 +0200 | |
commit | 1e35fd2ec0665e53995aaf5c434c2f09959ce2cd (patch) | |
tree | 3f714f6f610f431abfb461eaf4ce905f427dbcbb /media-gfx/frogr | |
parent | gnome-extra/gnome-power-manager: update EAPI 6 -> 8 (diff) | |
download | gentoo-1e35fd2ec0665e53995aaf5c434c2f09959ce2cd.tar.gz gentoo-1e35fd2ec0665e53995aaf5c434c2f09959ce2cd.tar.bz2 gentoo-1e35fd2ec0665e53995aaf5c434c2f09959ce2cd.zip |
media-gfx/frogr: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx/frogr')
-rw-r--r-- | media-gfx/frogr/frogr-1.5-r1.ebuild (renamed from media-gfx/frogr/frogr-1.5.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/frogr/frogr-1.5.ebuild b/media-gfx/frogr/frogr-1.5-r1.ebuild index 5c4c371a7f01..75bd15003391 100644 --- a/media-gfx/frogr/frogr-1.5.ebuild +++ b/media-gfx/frogr/frogr-1.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 inherit gnome.org gnome2-utils meson xdg @@ -11,7 +11,6 @@ HOMEPAGE="https://live.gnome.org/Frogr" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND=" >=dev-libs/glib-2.44:2 @@ -23,7 +22,8 @@ RDEPEND=" >=net-libs/libsoup-2.34:2.4 >=dev-libs/libgcrypt-1.5:* " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=sys-devel/gettext-0.19.7 virtual/pkgconfig " @@ -41,7 +41,7 @@ pkg_postinst() { } pkg_postrm() { - gnome2_icon_cache_update xdg_pkg_postrm + gnome2_icon_cache_update gnome2_schemas_update } |