diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-11 08:12:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-11 08:12:26 +0000 |
commit | 82f4d2506885a1985de5a0a1b59a94b80d2f8e4b (patch) | |
tree | 6f9e23fbe18ab77727e1fcfc23f0ba5b31bef52b /media-libs/libsoundtouch | |
parent | Stable for ppc64, wrt bug #502838 (diff) | |
download | gentoo-2-82f4d2506885a1985de5a0a1b59a94b80d2f8e4b.tar.gz gentoo-2-82f4d2506885a1985de5a0a1b59a94b80d2f8e4b.tar.bz2 gentoo-2-82f4d2506885a1985de5a0a1b59a94b80d2f8e4b.zip |
Stable for ppc64, wrt bug #502842
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 86e83235428e..cedfac9ab50f 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.77 2014/05/10 13:46:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.78 2014/05/11 08:12:26 ago Exp $ + + 11 May 2014; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0.ebuild: + Stable for ppc64, wrt bug #502842 10 May 2014; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.8.0.ebuild: Stable for ppc, wrt bug #502842 diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild index 3f94e0c36c1d..7f5a78647727 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.5 2014/05/10 13:46:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 1.6 2014/05/11 08:12:26 ago 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="sse2 static-libs" DEPEND="virtual/pkgconfig" |