summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-08 14:19:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-08 15:03:06 +0200
commita344440d3ed4874975a510d6487cc3b099b476af (patch)
treee2efec9a799416a634c9c0723101f19a1b1feb9a
parentdev-perl/Sys-Virt: Version bump 7.0.0; remove old (diff)
downloadgentoo-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>
-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]
+"