diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-15 13:50:25 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-15 13:50:25 +0000 |
commit | 2a941f19d9ab453db137c67289a8ce9d01f6903d (patch) | |
tree | b23d66e203aa4dc6558212495058b3c45e56ae16 /media-libs/libsoundtouch | |
parent | add ~arm, bug #316003 (diff) | |
download | gentoo-2-2a941f19d9ab453db137c67289a8ce9d01f6903d.tar.gz gentoo-2-2a941f19d9ab453db137c67289a8ce9d01f6903d.tar.bz2 gentoo-2-2a941f19d9ab453db137c67289a8ce9d01f6903d.zip |
stable ppc, bug 325875
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 6ca03c39e82e..e9741c029e89 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.40 2010/07/17 17:26:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.41 2010/10/15 13:50:25 ranger Exp $ + + 15 Oct 2010; Brent Baude <ranger@gentoo.org> libsoundtouch-1.5.0.ebuild: + stable ppc, bug 325875 17 Jul 2010; Raúl Porcel <armin76@gentoo.org> libsoundtouch-1.5.0.ebuild: sparc stable wrt #325875 diff --git a/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild index cfe6a15e5ec8..956aec051473 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild,v 1.6 2010/07/17 17:26:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild,v 1.7 2010/10/15 13:50:25 ranger Exp $ EAPI=2 MY_PN=${PN/lib} @@ -12,7 +12,7 @@ SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86" +KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="sse2" S=${WORKDIR}/${MY_PN} |