summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-02-18 04:31:13 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-02-18 04:31:13 +0000
commit69a4cf49b132354f33852745191caa9ebdac8629 (patch)
tree2a356cdbb72ad2beb6cbe5d1ccc07772fbd2d138 /media-libs
parentMove scorefile checks to pkg_preinst; bug #167277 (diff)
downloadgentoo-2-69a4cf49b132354f33852745191caa9ebdac8629.tar.gz
gentoo-2-69a4cf49b132354f33852745191caa9ebdac8629.tar.bz2
gentoo-2-69a4cf49b132354f33852745191caa9ebdac8629.zip
Marked stable on amd64 For bug #165779
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libsamplerate/ChangeLog6
-rw-r--r--media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog
index 82261c2ce3d5..11d8447ec1e5 100644
--- a/media-libs/libsamplerate/ChangeLog
+++ b/media-libs/libsamplerate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libsamplerate
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.44 2007/02/16 11:42:09 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.45 2007/02/18 04:31:13 dang Exp $
+
+ 18 Feb 2007; Daniel Gryniewicz <dang@gentoo.org>
+ libsamplerate-0.1.2-r1.ebuild:
+ Marked stable on amd64 For bug #165779
16 Feb 2007; Markus Rothe <corsair@gentoo.org>
libsamplerate-0.1.2-r1.ebuild:
diff --git a/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild
index 363802dbfabf..ea56a6a36eb9 100644
--- a/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild
+++ b/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.5 2007/02/16 11:42:09 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.6 2007/02/18 04:31:13 dang Exp $
WANT_AUTOCONF=2.5
WANT_AUTOMAKE=1.7
@@ -13,7 +13,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 fftw"
RDEPEND="fftw? ( >=sci-libs/fftw-3.0.1 )