diff options
author | 2010-05-04 16:30:49 +0000 | |
---|---|---|
committer | 2010-05-04 16:30:49 +0000 | |
commit | 9fd2d87f7ae4a7124d588f1f8a9b62922c6f9dd6 (patch) | |
tree | 2def15a8ff6eccedcc951850d8604b59b04c86f7 /media-libs/libsoundtouch | |
parent | amd64 stable, bug #314899 (diff) | |
download | gentoo-2-9fd2d87f7ae4a7124d588f1f8a9b62922c6f9dd6.tar.gz gentoo-2-9fd2d87f7ae4a7124d588f1f8a9b62922c6f9dd6.tar.bz2 gentoo-2-9fd2d87f7ae4a7124d588f1f8a9b62922c6f9dd6.zip |
Stable for HPPA (bug #315013).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index fa33367f9226..ab6a430d052b 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.32 2010/04/26 11:59:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.33 2010/05/04 16:30:49 jer Exp $ + + 04 May 2010; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.4.0.ebuild: + Stable for HPPA (bug #315013). 26 Apr 2010; Christian Faulhammer <fauli@gentoo.org> libsoundtouch-1.4.0.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild index ab1df4419616..c006e097c135 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.4.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.4.0.ebuild,v 1.5 2010/04/26 11:59:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild,v 1.6 2010/05/04 16:30:49 jer 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} |