diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 21:58:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 21:58:40 +0000 |
commit | 327a36a0220c303fb3b1aff7426a638a41c148a2 (patch) | |
tree | 44826a5f16843d1023c28674063ca2f88e639a4c /media-libs/libsoundtouch | |
parent | Stable for ppc64, wrt bug #457144 (diff) | |
download | gentoo-2-327a36a0220c303fb3b1aff7426a638a41c148a2.tar.gz gentoo-2-327a36a0220c303fb3b1aff7426a638a41c148a2.tar.bz2 gentoo-2-327a36a0220c303fb3b1aff7426a638a41c148a2.zip |
Stable for ppc64, wrt bug #457380
(Portage version: 2.1.11.31/cvs/Linux 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.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 813bde46ca8c..5b3d5db35f6b 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.66 2013/02/14 12:22:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.67 2013/02/14 21:58:40 ago Exp $ + + 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild: + Stable for ppc64, wrt bug #457380 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild: Stable for x86, wrt bug #457380 diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild index 14fb01b2ebf9..36b51fd5e5af 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.3 2013/02/14 12:22:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.4 2013/02/14 21:58:40 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" +KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ppc64 x86" IUSE="sse2 static-libs" DEPEND="virtual/pkgconfig" |