diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-08 14:19:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-08 15:03:06 +0200 |
commit | a344440d3ed4874975a510d6487cc3b099b476af (patch) | |
tree | e2efec9a799416a634c9c0723101f19a1b1feb9a /dev-perl | |
parent | dev-perl/Sys-Virt: Version bump 7.0.0; remove old (diff) | |
download | gentoo-a344440d3ed4874975a510d6487cc3b099b476af.tar.gz gentoo-a344440d3ed4874975a510d6487cc3b099b476af.tar.bz2 gentoo-a344440d3ed4874975a510d6487cc3b099b476af.zip |
dev-perl/GooCanvas2: Fix goocanvas dependency, bug 767883
Closes: https://bugs.gentoo.org/767883
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/GooCanvas2/GooCanvas2-0.60.0-r1.ebuild (renamed from dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild b/dev-perl/GooCanvas2/GooCanvas2-0.60.0-r1.ebuild index 2dfa9ee2b0b6..22a09fef1955 100644 --- a/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild +++ b/dev-perl/GooCanvas2/GooCanvas2-0.60.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DIST_AUTHOR=PERLMAX DIST_VERSION=0.06 @@ -14,12 +14,15 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - x11-libs/goocanvas:2.0 + x11-libs/goocanvas:2.0[introspection] dev-perl/Gtk3 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test ) " +DEPEND=" + x11-libs/goocanvas:2.0[introspection] +" |