diff options
-rw-r--r-- | media-sound/lame/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lame/lame-3.99.3.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lame/lame-3.99.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog index 67adc8116c99..ee8bd7c7b026 100644 --- a/media-sound/lame/ChangeLog +++ b/media-sound/lame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lame # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.148 2012/03/02 21:14:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.149 2012/05/05 08:39:26 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> lame-3.99.3.ebuild, + lame-3.99.5.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -files/lame-3.98.2-get_audio.patch, -lame-3.98.4.ebuild, diff --git a/media-sound/lame/lame-3.99.3.ebuild b/media-sound/lame/lame-3.99.3.ebuild index 91a6f1fee02f..bbf0cd40fae7 100644 --- a/media-sound/lame/lame-3.99.3.ebuild +++ b/media-sound/lame/lame-3.99.3.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/lame/lame-3.99.3.ebuild,v 1.9 2012/03/02 21:13:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild,v 1.10 2012/05/05 08:39:26 mgorny Exp $ EAPI=4 inherit autotools eutils @@ -17,7 +17,7 @@ IUSE="debug mmx mp3rtp sndfile static-libs" RDEPEND=">=sys-libs/ncurses-5.2 sndfile? ( >=media-libs/libsndfile-1.0.2 )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig mmx? ( dev-lang/nasm )" src_prepare() { diff --git a/media-sound/lame/lame-3.99.5.ebuild b/media-sound/lame/lame-3.99.5.ebuild index 9321e55a332f..cc748fc7ad9a 100644 --- a/media-sound/lame/lame-3.99.5.ebuild +++ b/media-sound/lame/lame-3.99.5.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/lame/lame-3.99.5.ebuild,v 1.1 2012/03/01 12:14:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.5.ebuild,v 1.2 2012/05/05 08:39:26 mgorny Exp $ EAPI=4 inherit autotools eutils @@ -17,7 +17,7 @@ IUSE="debug mmx mp3rtp sndfile static-libs" RDEPEND=">=sys-libs/ncurses-5.7-r7 sndfile? ( >=media-libs/libsndfile-1.0.2 )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig mmx? ( dev-lang/nasm )" src_prepare() { |