diff options
author | 2010-06-27 22:23:59 +0000 | |
---|---|---|
committer | 2010-06-27 22:23:59 +0000 | |
commit | 4efd719284421923aa9b8d3df9ec66564f26287a (patch) | |
tree | 793b84966f9ceebdeaa0ebdb46ce94150e067686 /media-libs | |
parent | Stable on amd64 wrt bug #325877 (diff) | |
download | gentoo-2-4efd719284421923aa9b8d3df9ec66564f26287a.tar.gz gentoo-2-4efd719284421923aa9b8d3df9ec66564f26287a.tar.bz2 gentoo-2-4efd719284421923aa9b8d3df9ec66564f26287a.zip |
Stable on amd64 wrt bug #325875
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 06703ab1cf5d..03984fe530b4 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # 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.35 2010/05/21 22:01:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.36 2010/06/27 22:23:59 angelos Exp $ + + 27 Jun 2010; Christoph Mende <angelos@gentoo.org> + libsoundtouch-1.5.0.ebuild: + Stable on amd64 wrt bug #325875 21 May 2010; Markos Chandras <hwoarang@gentoo.org> libsoundtouch-1.4.0.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild index 6a1cd0d5ac62..08a64432cb1b 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.1 2010/04/13 15:34:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild,v 1.2 2010/06/27 22:23:59 angelos 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} |