diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-05-27 07:51:26 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-05-27 07:51:26 +0000 |
commit | b25d784a2efc135425d30586cc5c29110f978509 (patch) | |
tree | 8118d89df089ed11109ea9316c4a5348ba2b815a /media-sound/gmpc | |
parent | Fix configure failure when building with -python. thanks to Nikoli for spotting. (diff) | |
download | gentoo-2-b25d784a2efc135425d30586cc5c29110f978509.tar.gz gentoo-2-b25d784a2efc135425d30586cc5c29110f978509.tar.bz2 gentoo-2-b25d784a2efc135425d30586cc5c29110f978509.zip |
Depend on x11-themes/hicolor-icon-theme (bug #380949)
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gmpc')
-rw-r--r-- | media-sound/gmpc/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-11.8.16.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/gmpc/ChangeLog b/media-sound/gmpc/ChangeLog index 9fe3626ce586..7d793dcfb789 100644 --- a/media-sound/gmpc/ChangeLog +++ b/media-sound/gmpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gmpc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.86 2012/05/05 09:02:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.87 2012/05/27 07:51:26 angelos Exp $ + + 27 May 2012; Christoph Mende <angelos@gentoo.org> gmpc-11.8.16.ebuild: + Depend on x11-themes/hicolor-icon-theme (bug #380949) 05 May 2012; Michał Górny <mgorny@gentoo.org> gmpc-0.20.0.ebuild, gmpc-11.8.16.ebuild: diff --git a/media-sound/gmpc/gmpc-11.8.16.ebuild b/media-sound/gmpc/gmpc-11.8.16.ebuild index b738fd239d97..b91a7725c747 100644 --- a/media-sound/gmpc/gmpc-11.8.16.ebuild +++ b/media-sound/gmpc/gmpc-11.8.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-11.8.16.ebuild,v 1.7 2012/05/05 09:02:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-11.8.16.ebuild,v 1.8 2012/05/27 07:51:26 angelos Exp $ EAPI=4 inherit gnome2-utils @@ -21,6 +21,7 @@ RDEPEND="dev-db/sqlite:3 net-libs/libsoup:2.4 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 + x11-themes/hicolor-icon-theme unique? ( dev-libs/libunique:1 ) xspf? ( >=media-libs/libxspf-1.2 )" DEPEND="${RDEPEND} |