diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-09-29 22:49:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-09-29 22:49:42 +0000 |
commit | 27d801ae716fdfcbcbeb5139584baa2f7f9b59c5 (patch) | |
tree | 8e694f724717eca8317ef62b776d8965536fcdb3 /media-libs/libsoundtouch | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-27d801ae716fdfcbcbeb5139584baa2f7f9b59c5.tar.gz gentoo-2-27d801ae716fdfcbcbeb5139584baa2f7f9b59c5.tar.bz2 gentoo-2-27d801ae716fdfcbcbeb5139584baa2f7f9b59c5.zip |
Stable for HPPA (bug #231497).
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 43db04374b13..70b8c0a4267e 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.26 2008/05/05 22:17:19 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.27 2008/09/29 22:49:42 jer Exp $ + + 29 Sep 2008; Jeroen Roovers <jer@gentoo.org> + libsoundtouch-1.3.1-r1.ebuild: + Stable for HPPA (bug #231497). 05 May 2008; Samuli Suominen <drac@gentoo.org> files/libsoundtouch-1.3.1-Makefile.patch, libsoundtouch-1.3.1-r1.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild index 17e3d04754a6..0b80cfeac4c0 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.15 2008/05/05 22:17:19 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1-r1.ebuild,v 1.16 2008/09/29 22:49:42 jer Exp $ inherit autotools eutils flag-o-matic libtool @@ -12,7 +12,7 @@ SRC_URI="http://www.surina.net/soundtouch/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="sse" S=${WORKDIR}/${MY_P} |