diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:45:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:45:44 +0000 |
commit | b25dba579d955d1f8c8934f1676c6bfb19f45ec4 (patch) | |
tree | 8029243b1bf9f6349650bb8663138c70cc956f7f /media-sound/phasex | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-b25dba579d955d1f8c8934f1676c6bfb19f45ec4.tar.gz gentoo-2-b25dba579d955d1f8c8934f1676c6bfb19f45ec4.tar.bz2 gentoo-2-b25dba579d955d1f8c8934f1676c6bfb19f45ec4.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 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} |