From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 620261384B4 for ; Fri, 11 Dec 2015 22:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3C2021C090; Fri, 11 Dec 2015 22:47:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6151A21C090 for ; Fri, 11 Dec 2015 22:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CFC634090B for ; Fri, 11 Dec 2015 22:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5DD9A34 for ; Fri, 11 Dec 2015 22:47:15 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1449874030.7769020b2c4e74d975ed06579fb73281b053a8e5.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx-Scintilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild X-VCS-Directories: dev-perl/Wx-Scintilla/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 7769020b2c4e74d975ed06579fb73281b053a8e5 X-VCS-Branch: master Date: Fri, 11 Dec 2015 22:47:15 +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: 5185417c-7ae7-41de-b39b-9ef17cfa0e5e X-Archives-Hash: 12dddf84bdaa434f637e25f6dc891848 commit: 7769020b2c4e74d975ed06579fb73281b053a8e5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Dec 11 22:46:54 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Dec 11 22:47:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7769020b dev-perl/Wx-Scintilla: Add missing wxGTK dependency Package-Manager: portage-2.2.26 dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild index 22c28df..746d767 100644 --- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild +++ b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild @@ -22,6 +22,7 @@ IUSE="" RDEPEND=" dev-perl/Alien-wxWidgets dev-perl/wxperl + x11-libs/wxGTK:${WX_GTK_VER} " DEPEND="${RDEPEND} >=dev-perl/ExtUtils-XSpp-0.160.200