diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-01-29 08:47:10 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-01-29 08:47:10 +0000 |
commit | 9bade7f2ce4aee130caac1bc41f674635dd7b48c (patch) | |
tree | 03b37f9fc8a97fd2cf768efdbf7d6306dfec2fdf /media-libs/libxtract | |
parent | Stable on ppc64; bug #199751 (diff) | |
download | historical-9bade7f2ce4aee130caac1bc41f674635dd7b48c.tar.gz historical-9bade7f2ce4aee130caac1bc41f674635dd7b48c.tar.bz2 historical-9bade7f2ce4aee130caac1bc41f674635dd7b48c.zip |
Stable on ppc64; bug #199751
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'media-libs/libxtract')
-rw-r--r-- | media-libs/libxtract/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libxtract/libxtract-0.4.7.ebuild | 6 |
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* )" |