diff options
author | Christoph Mende <angelos@gentoo.org> | 2014-10-21 15:19:39 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2014-10-21 15:19:39 +0000 |
commit | bb81849e4831591b08637cb812443171841505a0 (patch) | |
tree | c16a723eb88265c31f86cabbc668d1c003e2d7fa /media-sound | |
parent | Stable on ppc and ppc64, bug #522502 (diff) | |
download | gentoo-2-bb81849e4831591b08637cb812443171841505a0.tar.gz gentoo-2-bb81849e4831591b08637cb812443171841505a0.tar.bz2 gentoo-2-bb81849e4831591b08637cb812443171841505a0.zip |
USE=upnp depends on USE=expat (bug #526190)
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpd/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.19.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index e3b9aa438aec..c65e5f670a28 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.359 2014/10/20 09:27:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.360 2014/10/21 15:19:39 angelos Exp $ + + 21 Oct 2014; Christoph Mende <angelos@gentoo.org> mpd-0.19.1.ebuild: + USE=upnp depends on USE=expat (bug #526190) 20 Oct 2014; Jeroen Roovers <jer@gentoo.org> mpd-0.19.1.ebuild: Marked ~hppa (bug #525846). diff --git a/media-sound/mpd/mpd-0.19.1.ebuild b/media-sound/mpd/mpd-0.19.1.ebuild index 81b28790396b..ad3e1b1f9a5f 100644 --- a/media-sound/mpd/mpd-0.19.1.ebuild +++ b/media-sound/mpd/mpd-0.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.19.1.ebuild,v 1.2 2014/10/20 09:27:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.19.1.ebuild,v 1.3 2014/10/21 15:19:39 angelos Exp $ EAPI=5 inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user @@ -29,7 +29,8 @@ REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} ) mp4v2? ( faad ) network? ( || ( ${ENCODER_PLUGINS} ) ) recorder? ( || ( ${ENCODER_PLUGINS} ) ) - opus? ( ogg )" + opus? ( ogg ) + upnp? ( expat )" RDEPEND="!<sys-cluster/mpich2-1.4_rc2 dev-libs/glib:2 |