From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51A371395E2 for ; Sat, 10 Dec 2016 18:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AEEEE0B90; Sat, 10 Dec 2016 18:02:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A3EFE0B90 for ; Sat, 10 Dec 2016 18:01:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 682DC341645 for ; Sat, 10 Dec 2016 18:01:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E22824CB for ; Sat, 10 Dec 2016 18:01:45 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1481392855.8b426e867358b41c9ec2212537391dcdb664d76f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/gtk2-perl/gtk2-perl-1.247.0.ebuild dev-perl/gtk2-perl/gtk2-perl-1.249.500.ebuild dev-perl/gtk2-perl/gtk2-perl-1.249.700.ebuild X-VCS-Directories: dev-perl/gtk2-perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8b426e867358b41c9ec2212537391dcdb664d76f X-VCS-Branch: master Date: Sat, 10 Dec 2016 18:01:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c66aa6b-c948-4584-b70e-ca6086a70eae X-Archives-Hash: 3321463c1c471af0ecad41938b0cefb6 commit: 8b426e867358b41c9ec2212537391dcdb664d76f Author: Kent Fredric gentoo org> AuthorDate: Sat Dec 10 17:19:59 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Dec 10 18:00:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b426e86 dev-perl/gtk2-perl: Fix dep on dev-perl/ExtUtils-PkgConfig Package-Manager: portage-2.3.3 dev-perl/gtk2-perl/gtk2-perl-1.247.0.ebuild | 4 ++-- dev-perl/gtk2-perl/gtk2-perl-1.249.500.ebuild | 2 +- dev-perl/gtk2-perl/gtk2-perl-1.249.700.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/gtk2-perl/gtk2-perl-1.247.0.ebuild b/dev-perl/gtk2-perl/gtk2-perl-1.247.0.ebuild index 3b2a55c..c2c8700 100644 --- a/dev-perl/gtk2-perl/gtk2-perl-1.247.0.ebuild +++ b/dev-perl/gtk2-perl/gtk2-perl-1.247.0.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$ @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-perl/ExtUtils-Depends-0.300.0 - >=dev-perl/extutils-pkgconfig-1.030.0 + >=dev-perl/ExtUtils-PkgConfig-1.030.0 " #RDEPEND+=" || ( =dev-perl/ExtUtils-Depends-0.300.0 - >=dev-perl/extutils-pkgconfig-1.030.0 + >=dev-perl/ExtUtils-PkgConfig-1.030.0 " #RDEPEND+=" || ( =dev-perl/ExtUtils-Depends-0.300.0 - >=dev-perl/extutils-pkgconfig-1.30.0 + >=dev-perl/ExtUtils-PkgConfig-1.30.0 " src_test(){