summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2008-01-29 08:47:10 +0000
committerMarkus Rothe <corsair@gentoo.org>2008-01-29 08:47:10 +0000
commit3a0be87a3a994872ef61c48d514e74741b93b226 (patch)
tree3e321f1d60f3b1f5ad1569d5ccb6c0e32a3f64c4 /media-libs/libxtract
parentStable on ppc64; bug #199751 (diff)
downloadgentoo-2-3a0be87a3a994872ef61c48d514e74741b93b226.tar.gz
gentoo-2-3a0be87a3a994872ef61c48d514e74741b93b226.tar.bz2
gentoo-2-3a0be87a3a994872ef61c48d514e74741b93b226.zip
Stable on ppc64; bug #199751
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/libxtract')
-rw-r--r--media-libs/libxtract/ChangeLog7
-rw-r--r--media-libs/libxtract/libxtract-0.4.7.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libxtract/ChangeLog b/media-libs/libxtract/ChangeLog
index d8193eca0fac..0b07b3490807 100644
--- a/media-libs/libxtract/ChangeLog
+++ b/media-libs/libxtract/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libxtract
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/ChangeLog,v 1.3 2007/11/25 02:38:44 ranger Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/ChangeLog,v 1.4 2008/01/29 08:47:10 corsair Exp $
+
+ 29 Jan 2008; Markus Rothe <corsair@gentoo.org> libxtract-0.4.7.ebuild:
+ Stable on ppc64; bug #199751
25 Nov 2007; Brent Baude <ranger@gentoo.org> libxtract-0.4.7.ebuild:
Marking ~ppc for dep on bug 199390
diff --git a/media-libs/libxtract/libxtract-0.4.7.ebuild b/media-libs/libxtract/libxtract-0.4.7.ebuild
index 4638c1275d69..c18b707574ea 100644
--- a/media-libs/libxtract/libxtract-0.4.7.ebuild
+++ b/media-libs/libxtract/libxtract-0.4.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/libxtract-0.4.7.ebuild,v 1.3 2007/11/25 02:38:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/libxtract-0.4.7.ebuild,v 1.4 2008/01/29 08:47:10 corsair Exp $
DESCRIPTION="A simple, portable, lightweight library of audio feature extraction functions"
HOMEPAGE="http://libxtract.sourceforge.net"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
IUSE="debug doc fftw"
RDEPEND="fftw? ( =sci-libs/fftw-3* )"