diff options
author | 2007-09-26 18:51:09 +0000 | |
---|---|---|
committer | 2007-09-26 18:51:09 +0000 | |
commit | b4a3d3216e10bdab9742e9ebe236226fe318b22a (patch) | |
tree | 65a8ba3018211e38f260147a6d25e8d2be8d7eed /media-sound/gmpc/gmpc-0.15.0.ebuild | |
parent | marking aquafont-2.8 ppc64 for bug 189979 (diff) | |
download | gentoo-2-b4a3d3216e10bdab9742e9ebe236226fe318b22a.tar.gz gentoo-2-b4a3d3216e10bdab9742e9ebe236226fe318b22a.tar.bz2 gentoo-2-b4a3d3216e10bdab9742e9ebe236226fe318b22a.zip |
Adding RDEPEND on x11-themes/hicolor-icon-theme, required for all hte pretty icons if gnome isn't installed
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-sound/gmpc/gmpc-0.15.0.ebuild')
-rw-r--r-- | media-sound/gmpc/gmpc-0.15.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/gmpc/gmpc-0.15.0.ebuild b/media-sound/gmpc/gmpc-0.15.0.ebuild index c5f02022ff1a..5c9e61efee0e 100644 --- a/media-sound/gmpc/gmpc-0.15.0.ebuild +++ b/media-sound/gmpc/gmpc-0.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.15.0.ebuild,v 1.2 2007/07/11 19:30:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.15.0.ebuild,v 1.3 2007/09/26 18:51:09 lack Exp $ IUSE="gnome session" @@ -19,7 +19,8 @@ RDEPEND=">=x11-libs/gtk+-2.8 session? ( x11-libs/libSM ) dev-perl/XML-Parser >=media-libs/libmpd-0.14.0 - net-misc/curl" + net-misc/curl + x11-themes/hicolor-icon-theme" DEPEND="${RDEPEND} dev-util/pkgconfig" |