diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-26 14:47:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-26 14:47:13 +0000 |
commit | d45fcba75b4ae48e9e0652983ff7f6da085f80da (patch) | |
tree | a02d42c411c373a7277374ed0c94bd09012d49de | |
parent | Stable for s390, wrt bug #455724 (diff) | |
download | gentoo-2-d45fcba75b4ae48e9e0652983ff7f6da085f80da.tar.gz gentoo-2-d45fcba75b4ae48e9e0652983ff7f6da085f80da.tar.bz2 gentoo-2-d45fcba75b4ae48e9e0652983ff7f6da085f80da.zip |
Stable for HPPA (bug #457380).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 84ef3855eda9..f8c1f9b8ef69 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # 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.68 2013/02/14 22:05:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.69 2013/02/26 14:47:13 jer Exp $ + + 26 Feb 2013; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.7.1.ebuild: + Stable for HPPA (bug #457380). 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild: Stable for ppc, wrt bug #457380 diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild index 734f7ddaf3bf..f3186cc32da8 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.5 2013/02/14 22:05:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.6 2013/02/26 14:47:13 jer 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" IUSE="sse2 static-libs" DEPEND="virtual/pkgconfig" |