diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-12-11 06:23:17 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-12-11 07:00:56 +1300 |
commit | 8906ee871e0132a6e6cf7f19b7ea3a1819766478 (patch) | |
tree | 8961e8abd41c2afbc7a4feb2c2148e6974db8aa0 /dev-perl/Gtk2-Notify | |
parent | dev-perl/gnome2-perl: Fix dep on dev-perl/ExtUtils-PkgConfig (diff) | |
download | gentoo-8906ee871e0132a6e6cf7f19b7ea3a1819766478.tar.gz gentoo-8906ee871e0132a6e6cf7f19b7ea3a1819766478.tar.bz2 gentoo-8906ee871e0132a6e6cf7f19b7ea3a1819766478.zip |
dev-perl/Gtk2-Notify: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-perl/Gtk2-Notify')
-rw-r--r-- | dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild index 259c43665104..eb6e1deaeb49 100644 --- a/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild +++ b/dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-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$ @@ -20,7 +20,7 @@ RDEPEND="dev-perl/glib-perl >=x11-libs/libnotify-0.7" DEPEND="${RDEPEND} dev-perl/ExtUtils-Depends - dev-perl/extutils-pkgconfig + dev-perl/ExtUtils-PkgConfig test? ( dev-perl/Test-Exception )" SRC_TEST="do" |