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/lash-0.5.4-r1.ebuild | |
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/lash-0.5.4-r1.ebuild')
-rw-r--r-- | media-sound/lash/lash-0.5.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |