diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:41:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:41:50 +0000 |
commit | 0b27e02eddeda884fe4fe1c5cebb014469ed3a4e (patch) | |
tree | 6fcbb654b2d92b9108629e59a6086ce5515cc028 /media-sound/mpg123/mpg123-1.13.2.ebuild | |
parent | Manifest, network crashed. (diff) | |
download | gentoo-2-0b27e02eddeda884fe4fe1c5cebb014469ed3a4e.tar.gz gentoo-2-0b27e02eddeda884fe4fe1c5cebb014469ed3a4e.tar.bz2 gentoo-2-0b27e02eddeda884fe4fe1c5cebb014469ed3a4e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mpg123/mpg123-1.13.2.ebuild')
-rw-r--r-- | media-sound/mpg123/mpg123-1.13.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mpg123/mpg123-1.13.2.ebuild b/media-sound/mpg123/mpg123-1.13.2.ebuild index e829f61b3896..c1cde8e6e9d7 100644 --- a/media-sound/mpg123/mpg123-1.13.2.ebuild +++ b/media-sound/mpg123/mpg123-1.13.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.13.2.ebuild,v 1.7 2011/07/17 09:45:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.13.2.ebuild,v 1.8 2012/05/05 08:41:50 mgorny Exp $ EAPI=3 inherit toolchain-funcs libtool @@ -23,7 +23,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) sdl? ( media-libs/libsdl ) sys-devel/libtool" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { elibtoolize # for Darwin bundles |