diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:56:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:56:07 +0000 |
commit | 3ce8ed6ed02cf2981ee1c00575c2063a63c5697c (patch) | |
tree | ab886dec7b4086b5afee91418497e5dff5321b91 /media-sound/mpd/mpd-0.16.6.ebuild | |
parent | Manifest, network crashed. (diff) | |
download | historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.gz historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.bz2 historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101_p8/cvs/Linux x86_64
Diffstat (limited to 'media-sound/mpd/mpd-0.16.6.ebuild')
-rw-r--r-- | media-sound/mpd/mpd-0.16.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/mpd-0.16.6.ebuild b/media-sound/mpd/mpd-0.16.6.ebuild index a203c9cb4d0e..6361e083c18a 100644 --- a/media-sound/mpd/mpd-0.16.6.ebuild +++ b/media-sound/mpd/mpd-0.16.6.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/mpd/mpd-0.16.6.ebuild,v 1.3 2012/04/25 07:04:22 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.6.ebuild,v 1.4 2012/05/05 08:39:48 mgorny Exp $ EAPI=4 inherit eutils flag-o-matic linux-info multilib @@ -62,7 +62,7 @@ RDEPEND="!<sys-cluster/mpich2-1.4_rc2 zeroconf? ( net-dns/avahi[dbus] ) zip? ( dev-libs/zziplib )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { use network || ewarn "Icecast and Shoutcast streaming needs networking." |