commit: 2c9f2498b28f577fbe0b0adf25bd6b422d8d1a7b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:03:07 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9f2498
xfce-base/xfconf: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
xfce-base/xfconf/xfconf-4.12.0-r1.ebuild | 4 ++--
xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfce-base/xfconf/xfconf-4.12.0-r1.ebuild
b/xfce-base/xfconf/xfconf-4.12.0-r1.ebuild
index 9a475dd..7024fee 100644
--- a/xfce-base/xfconf/xfconf-4.12.0-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.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$
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
sys-devel/gettext
perl? (
dev-perl/ExtUtils-Depends
- dev-perl/extutils-pkgconfig
+ dev-perl/ExtUtils-PkgConfig
)"
pkg_setup() {
diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index bab0849..e31dd8b 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
sys-devel/gettext
perl? (
dev-perl/ExtUtils-Depends
- dev-perl/extutils-pkgconfig
+ dev-perl/ExtUtils-PkgConfig
)"
pkg_setup() {