diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 14:02:39 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 14:02:39 +0000 |
commit | 597af16ce864312ff5dd5055911effc5c7f5b5a2 (patch) | |
tree | 56b82a6c2bb8e76f22ef5c41b58e949edca138df /media-libs/libsamplerate | |
parent | stable x86, security bug 293785 (diff) | |
download | gentoo-2-597af16ce864312ff5dd5055911effc5c7f5b5a2.tar.gz gentoo-2-597af16ce864312ff5dd5055911effc5c7f5b5a2.tar.bz2 gentoo-2-597af16ce864312ff5dd5055911effc5c7f5b5a2.zip |
stable x86, bug 297672
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-libs/libsamplerate')
-rw-r--r-- | media-libs/libsamplerate/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libsamplerate/libsamplerate-0.1.7.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog index cf2e4993570f..a97a3d32bd5d 100644 --- a/media-libs/libsamplerate/ChangeLog +++ b/media-libs/libsamplerate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsamplerate -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.62 2009/12/23 21:23:14 jer Exp $ +# 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 $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + libsamplerate-0.1.7.ebuild: + stable x86, bug 297672 23 Dec 2009; Jeroen Roovers <jer@gentoo.org> libsamplerate-0.1.7.ebuild: Stable for HPPA (bug #297672). diff --git a/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild index 170f7b039b2b..22503132549a 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-2009 Gentoo Foundation +# 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.2 2009/12/23 21:23:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.7.ebuild,v 1.3 2010/01/02 14:02:39 fauli 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 )" |