diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-07-06 17:01:56 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-07-06 17:01:56 +0000 |
commit | abb50510f3020c3d030216171106eac02a5290e3 (patch) | |
tree | 584571e487ae179a00d716e3fc7695cf425f9ca3 /media-libs | |
parent | Fix assertion error with >=libxml2-2.9 (bug #449352). (diff) | |
download | gentoo-2-abb50510f3020c3d030216171106eac02a5290e3.tar.gz gentoo-2-abb50510f3020c3d030216171106eac02a5290e3.tar.bz2 gentoo-2-abb50510f3020c3d030216171106eac02a5290e3.zip |
added prefix keywords
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index f8c1f9b8ef69..d17112f7eae1 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.69 2013/02/26 14:47:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.70 2013/07/06 17:01:56 ottxor Exp $ + + 06 Jul 2013; Christoph Junghans <ottxor@gentoo.org> + libsoundtouch-1.7.1.ebuild: + added prefix keywords 26 Feb 2013; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.7.1.ebuild: Stable for HPPA (bug #457380). diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild index f3186cc32da8..c9af59df92bd 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.6 2013/02/26 14:47:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.7 2013/07/06 17:01:56 ottxor Exp $ EAPI=5 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 ~arm hppa ~mips ppc ppc64 x86" +KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="sse2 static-libs" DEPEND="virtual/pkgconfig" |