From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-876195-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B6E0259CB2 for <garchives@archives.gentoo.org>; Thu, 14 Apr 2016 02:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E1C021C020; Thu, 14 Apr 2016 02:34:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8596321C020 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2016 02:34:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CCFF5340D8B for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2016 02:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E27488F1 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Apr 2016 02:34:08 +0000 (UTC) From: "Ryan Hill" <rhill@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Hill" <rhill@gentoo.org> Message-ID: <1460600925.37f8e14f75881f5db8b6a9af65aa7ba3c37f6874.rhill@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild X-VCS-Directories: x11-libs/wxGTK/ X-VCS-Committer: rhill X-VCS-Committer-Name: Ryan Hill X-VCS-Revision: 37f8e14f75881f5db8b6a9af65aa7ba3c37f6874 X-VCS-Branch: master Date: Thu, 14 Apr 2016 02:34:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55f49009-5a74-4378-af18-6c34936a862d X-Archives-Hash: b107c878b620a2fc4afabd090902ecb0 commit: 37f8e14f75881f5db8b6a9af65aa7ba3c37f6874 Author: Ryan Hill <rhill <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 04:06:19 2016 +0000 Commit: Ryan Hill <rhill <AT> gentoo <DOT> org> CommitDate: Thu Apr 14 02:28:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f8e14f x11-libs/wxGTK: Update dependencies Also remove xpm configure option that is only relevant for wxX11. Package-Manager: portage-2.2.27 x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild index 6b73ea0..2d3eab3 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild @@ -32,9 +32,11 @@ RDEPEND=" media-libs/libpng:0=[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] virtual/jpeg:0[${MULTILIB_USEDEP}] + x11-libs/cairo[${MULTILIB_USEDEP}] x11-libs/gtk+:3[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf[${MULTILIB_USEDEP}] x11-libs/libSM[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXxf86vm[${MULTILIB_USEDEP}] x11-libs/pango[X,${MULTILIB_USEDEP}] gstreamer? ( @@ -121,7 +123,6 @@ multilib_src_configure() { --enable-gui --with-gtk=3 --with-libpng=sys - --with-libxpm=sys --with-libjpeg=sys --without-gnomevfs $(use_enable gstreamer mediactrl)