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/tap-reverbed | |
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/tap-reverbed')
-rw-r--r-- | media-sound/tap-reverbed/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/tap-reverbed/tap-reverbed-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/tap-reverbed/ChangeLog b/media-sound/tap-reverbed/ChangeLog index 68860252a426..feaaddf53aee 100644 --- a/media-sound/tap-reverbed/ChangeLog +++ b/media-sound/tap-reverbed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/tap-reverbed -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.8 2011/03/29 07:49:43 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.9 2012/05/05 08:52:57 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> tap-reverbed-0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 29 Mar 2011; Tim Harder <radhermit@gentoo.org> tap-reverbed-0.ebuild: Update to EAPI 2 and use slot dep for gtk+. diff --git a/media-sound/tap-reverbed/tap-reverbed-0.ebuild b/media-sound/tap-reverbed/tap-reverbed-0.ebuild index 4bb30942a311..98eb39648c18 100644 --- a/media-sound/tap-reverbed/tap-reverbed-0.ebuild +++ b/media-sound/tap-reverbed/tap-reverbed-0.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/tap-reverbed/tap-reverbed-0.ebuild,v 1.8 2011/03/29 07:49:43 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild,v 1.9 2012/05/05 08:52:57 mgorny Exp $ EAPI=2 @@ -21,7 +21,7 @@ RDEPEND="media-libs/ladspa-sdk x11-libs/gtk+:2 media-sound/jack-audio-connection-kit" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |