diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-06 00:52:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-06 00:52:47 +0000 |
commit | f7a2847d8744d96989be8c0d2f4fbdf0ae5b6435 (patch) | |
tree | f933f552b1e1a31e7126f169d5a1e40804c28092 /media-libs | |
parent | version bump (diff) | |
download | gentoo-2-f7a2847d8744d96989be8c0d2f4fbdf0ae5b6435.tar.gz gentoo-2-f7a2847d8744d96989be8c0d2f4fbdf0ae5b6435.tar.bz2 gentoo-2-f7a2847d8744d96989be8c0d2f4fbdf0ae5b6435.zip |
Keyword ~arm
(Portage version: 2.1.10.65/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.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index da9d3f05696a..eaccdc6bbc95 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.55 2012/06/03 13:59:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.56 2012/08/06 00:52:47 blueness Exp $ + + 06 Aug 2012; Anthony G. Basile <blueness@gentoo.org> + libsoundtouch-1.6.0.ebuild: + Keyword ~arm 03 Jun 2012; Anthony G. Basile <blueness@gentoo.org> libsoundtouch-1.6.0.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild index 2a2f3b56453d..d9020b2971db 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.13 2012/06/03 13:59:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.14 2012/08/06 00:52:47 blueness Exp $ EAPI=4 inherit autotools eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ~mips ppc ppc64 x86" +KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86" IUSE="sse2 static-libs" S=${WORKDIR}/${MY_PN} |