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 0195E1395E2 for ; Sat, 10 Dec 2016 18:02:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51C0EE0B8C; Sat, 10 Dec 2016 18:02:05 +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 34C7CE0BA3 for ; Sat, 10 Dec 2016 18:02:00 +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 C0DEE34164D 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 1D98224D5 for ; Sat, 10 Dec 2016 18:01:46 +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: <1481392859.8763b0f5e67b28e432a768dc876ebf2a9e427c7a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/gtk2-trayicon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0-r1.ebuild X-VCS-Directories: dev-perl/gtk2-trayicon/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8763b0f5e67b28e432a768dc876ebf2a9e427c7a X-VCS-Branch: master Date: Sat, 10 Dec 2016 18:01:46 +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: 3538c347-3273-42ac-8d0a-9f1d105ab179 X-Archives-Hash: cb99ab65db5385c9b8b5ee2ded6f08fe commit: 8763b0f5e67b28e432a768dc876ebf2a9e427c7a Author: Kent Fredric gentoo org> AuthorDate: Sat Dec 10 17:29:22 2016 +0000 Commit: Kent Fredric gentoo 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"