diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-07-17 17:26:16 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-07-17 17:26:16 +0000 |
commit | 41e941d4ee8040a3fb63f4c75013fb9efbd13915 (patch) | |
tree | 10b9ed9b369d2eb7747b03a8c92ca63ea986411c /media-libs | |
parent | Install documentation and examples. (diff) | |
download | gentoo-2-41e941d4ee8040a3fb63f4c75013fb9efbd13915.tar.gz gentoo-2-41e941d4ee8040a3fb63f4c75013fb9efbd13915.tar.bz2 gentoo-2-41e941d4ee8040a3fb63f4c75013fb9efbd13915.zip |
sparc stable wrt #325875
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'media-libs')
-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 ffe78ca6244b..6ca03c39e82e 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.39 2010/07/03 21:37:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.40 2010/07/17 17:26:16 armin76 Exp $ + + 17 Jul 2010; Raúl Porcel <armin76@gentoo.org> libsoundtouch-1.5.0.ebuild: + sparc stable wrt #325875 03 Jul 2010; Samuli Suominen <ssuominen@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 f0e9209322cb..cfe6a15e5ec8 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.5 2010/07/03 21:37:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.5.0.ebuild,v 1.6 2010/07/17 17:26:16 armin76 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} |