diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:10:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:10:30 +0000 |
commit | 7e8d5a144229b5722b4c18c240036a4010ef46e1 (patch) | |
tree | 6f876abc1a726859e0f2e6145c7b072991350ee0 /media-sound/bpmdetect | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-7e8d5a144229b5722b4c18c240036a4010ef46e1.tar.gz gentoo-2-7e8d5a144229b5722b4c18c240036a4010ef46e1.tar.bz2 gentoo-2-7e8d5a144229b5722b4c18c240036a4010ef46e1.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/bpmdetect')
-rw-r--r-- | media-sound/bpmdetect/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/bpmdetect/bpmdetect-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/bpmdetect/ChangeLog b/media-sound/bpmdetect/ChangeLog index 7ef37a08ca57..3d73fbbabd7f 100644 --- a/media-sound/bpmdetect/ChangeLog +++ b/media-sound/bpmdetect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/bpmdetect -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bpmdetect/ChangeLog,v 1.2 2009/06/03 19:37:07 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/bpmdetect/ChangeLog,v 1.3 2012/05/05 08:10:30 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> bpmdetect-0.6.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 03 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> bpmdetect-0.6.1.ebuild, diff --git a/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild b/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild index f9ad852b0373..a30c3a42afae 100644 --- a/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild +++ b/media-sound/bpmdetect/bpmdetect-0.6.1.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/bpmdetect/bpmdetect-0.6.1.ebuild,v 1.2 2009/06/03 19:37:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild,v 1.3 2012/05/05 08:10:30 mgorny Exp $ EAPI=2 inherit eutils multilib @@ -21,7 +21,7 @@ RDEPEND="media-libs/taglib DEPEND="${RDEPEND} sys-apps/sed dev-util/scons - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${PN} |