commit: 8763b0f5e67b28e432a768dc876ebf2a9e427c7a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:29:22 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8763b0f5
dev-perl/gtk2-trayicon: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
index 6151fda..092136a 100644
--- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild
+++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.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$
@@ -24,5 +24,5 @@ RDEPEND="
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-perl/ExtUtils-Depends
- dev-perl/extutils-pkgconfig
+ dev-perl/ExtUtils-PkgConfig
virtual/pkgconfig"