diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-06 12:08:09 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-06 12:14:16 +0200 |
commit | 862e15d51d57dcd4460f642db09957087c15efa4 (patch) | |
tree | 7c82d9b18b95bf06db1ec495a52238cfd6ae74c1 /x11-libs | |
parent | sys-libs/glibc: Stable for HPPA (bug #576726). (diff) | |
download | gentoo-862e15d51d57dcd4460f642db09957087c15efa4.tar.gz gentoo-862e15d51d57dcd4460f642db09957087c15efa4.tar.bz2 gentoo-862e15d51d57dcd4460f642db09957087c15efa4.zip |
x11-libs/wxGTK: Remove unnecessary pango[X] USE depend
pango[X] provides a legacy pangoxft library, not X11 support in general.
wxGTK does not use this, only wxX11 does.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild index 25bf6ac390dc..345369877be3 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,7 +31,7 @@ RDEPEND=" x11-libs/gdk-pixbuf[${MULTILIB_USEDEP}] x11-libs/libSM[${MULTILIB_USEDEP}] x11-libs/libXxf86vm[${MULTILIB_USEDEP}] - x11-libs/pango[X,${MULTILIB_USEDEP}] + x11-libs/pango[${MULTILIB_USEDEP}] gstreamer? ( media-libs/gstreamer:0.10[${MULTILIB_USEDEP}] media-libs/gst-plugins-base:0.10[${MULTILIB_USEDEP}] ) diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild index a9c599e3ccb5..01d19b6c6fbc 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,7 +38,7 @@ RDEPEND=" x11-libs/libSM[${MULTILIB_USEDEP}] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXxf86vm[${MULTILIB_USEDEP}] - x11-libs/pango[X,${MULTILIB_USEDEP}] + x11-libs/pango[${MULTILIB_USEDEP}] gstreamer? ( media-libs/gstreamer:0.10[${MULTILIB_USEDEP}] media-libs/gst-plugins-base:0.10[${MULTILIB_USEDEP}] ) |