diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2012-02-12 22:15:13 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2012-02-12 22:15:13 +0000 |
commit | 19f61eaa813796db6300a1e8841e35c02424fbe3 (patch) | |
tree | c4ebfe07d2f2e92dd4f86af04956468217bef578 /media-libs/libsoundtouch | |
parent | Add Debian patch to allow building against gnutls-2.12 (bug #388895, thanks t... (diff) | |
download | gentoo-2-19f61eaa813796db6300a1e8841e35c02424fbe3.tar.gz gentoo-2-19f61eaa813796db6300a1e8841e35c02424fbe3.tar.bz2 gentoo-2-19f61eaa813796db6300a1e8841e35c02424fbe3.zip |
Marked stable on PPC64 as requested by Tim "radhermit" Harder in bug #387769. Compile tested on a PowerMac7,3 (64UL) with GCC 4.5.3.
(Portage version: 2.1.10.44/cvs/Linux ppc64)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 2dd090c94686..5f8fac392810 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.50 2011/12/18 17:57:27 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.51 2012/02/12 22:15:13 chainsaw Exp $ + + 12 Feb 2012; Tony Vroon <chainsaw@gentoo.org> libsoundtouch-1.6.0.ebuild: + Marked stable on PPC64 as requested by Tim "radhermit" Harder in bug + #387769. Compile tested on a PowerMac7,3 (64UL) with GCC 4.5.3. 18 Dec 2011; Raúl Porcel <armin76@gentoo.org> libsoundtouch-1.5.0.ebuild, libsoundtouch-1.6.0.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild index 8fa5fe6fd425..69c7cc442dd7 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo FoundationOU +# Copyright 1999-2012 Gentoo FoundationOU # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.9 2011/12/18 17:57:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.10 2012/02/12 22:15:13 chainsaw Exp $ EAPI=4 inherit autotools eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 hppa ~ppc ppc64 x86" IUSE="sse2 static-libs" S=${WORKDIR}/${MY_PN} |