diff options
author | 2021-10-31 02:15:02 +0200 | |
---|---|---|
committer | 2021-10-31 02:20:34 +0200 | |
commit | f05af0f473494c0911a668589063cdadbeb18c15 (patch) | |
tree | 0608882ea7d80f7fd7c4828dcd5df63fcafc4afa /dev-perl/Gtk2-ImageView | |
parent | dev-perl/Gtk2-Ex-Simple-List: EAPI=8 bump (diff) | |
download | gentoo-f05af0f473494c0911a668589063cdadbeb18c15.tar.gz gentoo-f05af0f473494c0911a668589063cdadbeb18c15.tar.bz2 gentoo-f05af0f473494c0911a668589063cdadbeb18c15.zip |
dev-perl/Gtk2-ImageView: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Gtk2-ImageView')
-rw-r--r-- | dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild (renamed from dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild) | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild index 3676feae9235..b8c71d4b7b85 100644 --- a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild +++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=RATCLIFFE DIST_VERSION=0.05 @@ -13,14 +13,16 @@ DESCRIPTION="Perl binding for the GtkImageView image viewer widget" LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -RDEPEND="dev-perl/Gtk2 - >=media-gfx/gtkimageview-1.6.3" -DEPEND="${RDEPEND} +RDEPEND=" + dev-perl/Gtk2 + >=media-gfx/gtkimageview-1.6.3 +" +BDEPEND="${RDEPEND} dev-perl/glib-perl - >=dev-perl/ExtUtils-Depends-0.300 - >=dev-perl/ExtUtils-PkgConfig-1.030" + >=dev-perl/ExtUtils-Depends-0.300.0 + >=dev-perl/ExtUtils-PkgConfig-1.30.0 +" src_test() { perl_rm_files t/pod.t |