diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-09-26 18:51:09 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-09-26 18:51:09 +0000 |
commit | b4a3d3216e10bdab9742e9ebe236226fe318b22a (patch) | |
tree | 65a8ba3018211e38f260147a6d25e8d2be8d7eed /media-sound/gmpc | |
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')
-rw-r--r-- | media-sound/gmpc/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.14.0.ebuild | 5 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.15.0.ebuild | 5 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.15.1.ebuild | 5 |
4 files changed, 15 insertions, 7 deletions
diff --git a/media-sound/gmpc/ChangeLog b/media-sound/gmpc/ChangeLog index a8e210d7e553..b356b5bbea70 100644 --- a/media-sound/gmpc/ChangeLog +++ b/media-sound/gmpc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/gmpc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.34 2007/09/01 10:30:46 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.35 2007/09/26 18:51:09 lack Exp $ + + 26 Sep 2007; Jim Ramsay <lack@gentoo.org> gmpc-0.14.0.ebuild, + gmpc-0.15.0.ebuild, gmpc-0.15.1.ebuild: + Adding RDEPEND on x11-themes/hicolor-icon-theme, required for all hte pretty + icons if gnome isn't installed 01 Sep 2007; Christoph Mende <angelos@gentoo.org> gmpc-0.15.1.ebuild: Stable on amd64 diff --git a/media-sound/gmpc/gmpc-0.14.0.ebuild b/media-sound/gmpc/gmpc-0.14.0.ebuild index e305837fe1f8..4d0916f2818b 100644 --- a/media-sound/gmpc/gmpc-0.14.0.ebuild +++ b/media-sound/gmpc/gmpc-0.14.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.14.0.ebuild,v 1.6 2007/07/11 19:30:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.14.0.ebuild,v 1.7 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.13.0 - net-misc/curl" + net-misc/curl + x11-themes/hicolor-icon-theme" DEPEND="${RDEPEND} dev-util/pkgconfig" 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" diff --git a/media-sound/gmpc/gmpc-0.15.1.ebuild b/media-sound/gmpc/gmpc-0.15.1.ebuild index 48fbfb0bd6f5..c99b223f71a2 100644 --- a/media-sound/gmpc/gmpc-0.15.1.ebuild +++ b/media-sound/gmpc/gmpc-0.15.1.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.1.ebuild,v 1.5 2007/09/01 10:30:46 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.15.1.ebuild,v 1.6 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" |