diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-31 02:12:34 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-31 02:20:31 +0200 |
commit | 61b18fc8e6595b363f8c07b1415cb59808393f1b (patch) | |
tree | 1ecb85a9cb6134ac3ade6dd2d3662794a495176c /dev-perl/Gtk2-Ex-Simple-List | |
parent | dev-perl/Gtk2-Ex-PrintDialog: EAPI=8 bump (diff) | |
download | gentoo-61b18fc8e6595b363f8c07b1415cb59808393f1b.tar.gz gentoo-61b18fc8e6595b363f8c07b1415cb59808393f1b.tar.bz2 gentoo-61b18fc8e6595b363f8c07b1415cb59808393f1b.zip |
dev-perl/Gtk2-Ex-Simple-List: 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-Ex-Simple-List')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r3.ebuild (renamed from dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r2.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r2.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r3.ebuild index 3f94a3b06350..e2c539d50239 100644 --- a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r2.ebuild +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=RMCFARLA DIST_VERSION=0.50 @@ -14,13 +14,13 @@ DESCRIPTION="A simple interface to Gtk2's complex MVC list widget" LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1+ SLOT="0" KEYWORDS="amd64 ~ia64 sparc x86" -IUSE="" RDEPEND=" >=dev-perl/Gtk2-1.60.0 >=dev-perl/glib-perl-1.62.0 " -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} +" src_test() { virtx perl-module_src_test |