diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-16 02:51:37 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-16 02:51:37 +0000 |
commit | 3226c850cd4f25a835d2b42451758fa38b322c96 (patch) | |
tree | 8c6ff266433c4a40b838ab6babd29cc469aa7487 /media-libs/libsoundtouch | |
parent | Adding py3 capability #442824 (diff) | |
download | gentoo-2-3226c850cd4f25a835d2b42451758fa38b322c96.tar.gz gentoo-2-3226c850cd4f25a835d2b42451758fa38b322c96.tar.bz2 gentoo-2-3226c850cd4f25a835d2b42451758fa38b322c96.zip |
stable ppc, bug #441378
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index d85ea9971839..e522b674a6b3 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.59 2012/11/14 16:33:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.60 2012/11/16 02:51:37 blueness Exp $ + + 16 Nov 2012; Anthony G. Basile <blueness@gentoo.org> + libsoundtouch-1.7.0.ebuild: + stable ppc, bug #441378 14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.0.ebuild: Stable for amd64, wrt bug #441378 @@ -237,4 +241,3 @@ 14 Aug 2004; <frank@gentoo.org> : New ebuild kindly submitted by Stefan Briesenick <sbriesen@gmx.de>. Closes bug #59064 - diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild index 872dd8202bf9..d36bc7faa0a4 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild,v 1.3 2012/11/14 16:33:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild,v 1.4 2012/11/16 02:51:37 blueness 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 ~arm ~hppa ~mips ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ~mips ppc ppc64 ~x86" IUSE="sse2 static-libs" DEPEND="virtual/pkgconfig" |