diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:35:21 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:35:21 +0000 |
commit | fa607a5e0b8196f69e4e6f9f682957664965a755 (patch) | |
tree | 7842f7b47d32b7072599d946dd99562f0ec35f10 /media-sound/lash | |
parent | Remove WANT_AUTOMAKE per bug #413999 (diff) | |
download | gentoo-2-fa607a5e0b8196f69e4e6f9f682957664965a755.tar.gz gentoo-2-fa607a5e0b8196f69e4e6f9f682957664965a755.tar.bz2 gentoo-2-fa607a5e0b8196f69e4e6f9f682957664965a755.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lash')
-rw-r--r-- | media-sound/lash/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lash/lash-0.5.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/lash/ChangeLog b/media-sound/lash/ChangeLog index c1460c20e127..5dafa916c0fb 100644 --- a/media-sound/lash/ChangeLog +++ b/media-sound/lash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.34 2012/03/16 02:37:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.35 2012/05/05 08:35:21 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> lash-0.5.4-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 16 Mar 2012; Mike Gilbert <floppym@gentoo.org> +files/lash-0.5.4-swig_version_comparison.patch, lash-0.5.4-r1.ebuild: diff --git a/media-sound/lash/lash-0.5.4-r1.ebuild b/media-sound/lash/lash-0.5.4-r1.ebuild index 9fb7110b8e70..af747e07b3ac 100644 --- a/media-sound/lash/lash-0.5.4-r1.ebuild +++ b/media-sound/lash/lash-0.5.4-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/lash/lash-0.5.4-r1.ebuild,v 1.13 2012/03/16 02:37:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.14 2012/05/05 08:35:21 mgorny Exp $ EAPI=2 @@ -22,7 +22,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) python? ( dev-lang/python ) || ( sys-libs/readline dev-libs/libedit )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig python? ( >=dev-lang/swig-1.3.31 )" src_prepare() { |