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 A1B101395E2 for ; Sat, 10 Dec 2016 18:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C6FE0B7A; Sat, 10 Dec 2016 18:01:59 +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 615F6E0B79 for ; Sat, 10 Dec 2016 18:01:54 +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 7E038341646 for ; Sat, 10 Dec 2016 18:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93ADD24CE 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: <1481392856.8906ee871e0132a6e6cf7f19b7ea3a1819766478.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Notify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild X-VCS-Directories: dev-perl/Gtk2-Notify/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8906ee871e0132a6e6cf7f19b7ea3a1819766478 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: 5f0ad1fa-5aff-4703-9699-5fa73de036be X-Archives-Hash: babb701375d67a7c35e311123321edd3 commit: 8906ee871e0132a6e6cf7f19b7ea3a1819766478 Author: Kent Fredric gentoo org> AuthorDate: Sat Dec 10 17:23:17 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Dec 10 18:00:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906ee87 dev-perl/Gtk2-Notify: Fix dep on dev-perl/ExtUtils-PkgConfig Package-Manager: portage-2.3.3 dev-perl/Gtk2-Notify/Gtk2-Notify-0.05-r1.ebuild | 4 ++-- 1 file 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 259c436..eb6e1de 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"