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/seq24 | |
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/seq24')
-rw-r--r-- | media-sound/seq24/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/seq24/seq24-0.9.2-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/seq24/seq24-0.9.2.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/seq24/ChangeLog b/media-sound/seq24/ChangeLog index e1b5f9c38442..22902cea2a0c 100644 --- a/media-sound/seq24/ChangeLog +++ b/media-sound/seq24/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/seq24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.47 2012/04/05 07:36:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.48 2012/05/05 08:50:12 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> seq24-0.9.2.ebuild, + seq24-0.9.2-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 05 Apr 2012; Jeff Horelick <jdhore@gentoo.org> seq24-0.9.2-r1.ebuild: marked x86 per bug 404803 diff --git a/media-sound/seq24/seq24-0.9.2-r1.ebuild b/media-sound/seq24/seq24-0.9.2-r1.ebuild index 46a0131d06ab..d154ae0db9fe 100644 --- a/media-sound/seq24/seq24-0.9.2-r1.ebuild +++ b/media-sound/seq24/seq24-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2-r1.ebuild,v 1.3 2012/04/05 07:36:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2-r1.ebuild,v 1.4 2012/05/05 08:50:12 mgorny Exp $ EAPI=4 inherit eutils @@ -20,7 +20,7 @@ RDEPEND="media-libs/alsa-lib jack? ( >=media-sound/jack-audio-connection-kit-0.90 ) lash? ( >=media-sound/lash-0.5 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS=( AUTHORS ChangeLog README RTC SEQ24 ) diff --git a/media-sound/seq24/seq24-0.9.2.ebuild b/media-sound/seq24/seq24-0.9.2.ebuild index e9fe5197779f..3d2877dffe86 100644 --- a/media-sound/seq24/seq24-0.9.2.ebuild +++ b/media-sound/seq24/seq24-0.9.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/seq24/seq24-0.9.2.ebuild,v 1.4 2011/10/25 16:44:26 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.2.ebuild,v 1.5 2012/05/05 08:50:12 mgorny Exp $ EAPI=2 inherit eutils @@ -20,7 +20,7 @@ RDEPEND="media-libs/alsa-lib jack? ( >=media-sound/jack-audio-connection-kit-0.90 ) lash? ( >=media-sound/lash-0.5 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf \ |