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/phasex | |
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/phasex')
-rw-r--r-- | media-sound/phasex/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/phasex/phasex-0.12.0_beta3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/phasex/ChangeLog b/media-sound/phasex/ChangeLog index f631fe6f509e..ea1af0470f2a 100644 --- a/media-sound/phasex/ChangeLog +++ b/media-sound/phasex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/phasex -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/ChangeLog,v 1.2 2009/08/05 12:39:54 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/ChangeLog,v 1.3 2012/05/05 08:45:44 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> phasex-0.12.0_beta3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *phasex-0.12.0_beta3 (05 Aug 2009) diff --git a/media-sound/phasex/phasex-0.12.0_beta3.ebuild b/media-sound/phasex/phasex-0.12.0_beta3.ebuild index 7cbfb905b716..b296cf83dd5d 100644 --- a/media-sound/phasex/phasex-0.12.0_beta3.ebuild +++ b/media-sound/phasex/phasex-0.12.0_beta3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/phasex/phasex-0.12.0_beta3.ebuild,v 1.1 2009/08/05 12:39:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/phasex/phasex-0.12.0_beta3.ebuild,v 1.2 2012/05/05 08:45:44 mgorny Exp $ EAPI=2 @@ -19,7 +19,7 @@ RDEPEND="x11-libs/libX11 media-libs/libsamplerate x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${P/_beta3} |