diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-12-11 06:28:35 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-12-11 07:00:59 +1300 |
commit | dde05e190b0a8c684636287680f6f4a8ba50223f (patch) | |
tree | 18313bcd83abfd95e6e5c18ffce83ca005bb6c82 /dev-perl/Gtk2-Unique | |
parent | dev-perl/JavaScript-SpiderMonkey: Fix dep on dev-perl/ExtUtils-PkgConfig (diff) | |
download | gentoo-dde05e190b0a8c684636287680f6f4a8ba50223f.tar.gz gentoo-dde05e190b0a8c684636287680f6f4a8ba50223f.tar.bz2 gentoo-dde05e190b0a8c684636287680f6f4a8ba50223f.zip |
dev-perl/Gtk2-Unique: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-perl/Gtk2-Unique')
-rw-r--r-- | dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild index b5a2029ea58d..321bb6bbb9a4 100644 --- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild +++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-perl/glib-perl dev-perl/ExtUtils-Depends - dev-perl/extutils-pkgconfig + dev-perl/ExtUtils-PkgConfig " PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch ) |