diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-02 17:46:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-02 17:46:46 +0000 |
commit | a340e6943ca349cd85cb8680a39bab14f9b4a35e (patch) | |
tree | bc42e81fb56b5e21a5324667decc4435d39fbba2 /media-libs/libsamplerate | |
parent | Stable on amd64 wrt bug #297836 (diff) | |
download | gentoo-2-a340e6943ca349cd85cb8680a39bab14f9b4a35e.tar.gz gentoo-2-a340e6943ca349cd85cb8680a39bab14f9b4a35e.tar.bz2 gentoo-2-a340e6943ca349cd85cb8680a39bab14f9b4a35e.zip |
Stable on amd64 wrt bug #297672
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsamplerate')
-rw-r--r-- | media-libs/libsamplerate/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsamplerate/libsamplerate-0.1.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog index a97a3d32bd5d..feccb54fd0fa 100644 --- a/media-libs/libsamplerate/ChangeLog +++ b/media-libs/libsamplerate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsamplerate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.63 2010/01/02 14:02:39 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.64 2010/01/02 17:46:46 hwoarang Exp $ + + 02 Jan 2010; Markos Chandras <hwoarang@gentoo.org> + libsamplerate-0.1.7.ebuild: + Stable on amd64 wrt bug #297672 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> libsamplerate-0.1.7.ebuild: diff --git a/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild index 22503132549a..fe63ef03bb40 100644 --- a/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild,v 1.3 2010/01/02 14:02:39 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild,v 1.4 2010/01/02 17:46:46 hwoarang Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="sndfile" RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )" |