diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-02 03:47:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-02 03:47:47 +0000 |
commit | 4c9d3d5b060bf8860426f48264195151c029c78c (patch) | |
tree | 31bd0fadb753fe2dc38f5658aaedd2b6c11422d6 /media-libs/libsoundtouch | |
parent | Set PYTHON_DEPEND. Simplify src_test(). (diff) | |
download | gentoo-2-4c9d3d5b060bf8860426f48264195151c029c78c.tar.gz gentoo-2-4c9d3d5b060bf8860426f48264195151c029c78c.tar.bz2 gentoo-2-4c9d3d5b060bf8860426f48264195151c029c78c.zip |
Stable for HPPA (bug #325875).
(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.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index fda6cc92afef..136e25bbab2d 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.37 2010/06/29 09:38:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.38 2010/07/02 03:47:47 jer Exp $ + + 02 Jul 2010; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.5.0.ebuild: + Stable for HPPA (bug #325875). 29 Jun 2010; Christian Faulhammer <fauli@gentoo.org> libsoundtouch-1.5.0.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild index ddbecb116504..3fb004cea0a7 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.3 2010/06/29 09:38:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild,v 1.4 2010/07/02 03:47:47 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} |