diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 12:06:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 12:06:38 +0000 |
commit | 9db23fae8fd4ff3d2930f5e6458abaf5a9df58d4 (patch) | |
tree | a14d4cf6023978833833bdd8562118bd424bc90d | |
parent | Stable for amd64, wrt bug #457432 (diff) | |
download | gentoo-2-9db23fae8fd4ff3d2930f5e6458abaf5a9df58d4.tar.gz gentoo-2-9db23fae8fd4ff3d2930f5e6458abaf5a9df58d4.tar.bz2 gentoo-2-9db23fae8fd4ff3d2930f5e6458abaf5a9df58d4.zip |
Stable for amd64, wrt bug #457380
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
-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 6e74cb40fe5d..4bd5de78af8d 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.64 2013/01/03 05:52:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.65 2013/02/14 12:06:38 ago Exp $ + + 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libsoundtouch-1.7.1.ebuild: + Stable for amd64, wrt bug #457380 03 Jan 2013; Tim Harder <radhermit@gentoo.org> -libsoundtouch-1.6.0.ebuild, -files/libsoundtouch-1.6.0-flags.patch: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild index 935fbbf1562a..de4ecb0a1aea 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.1 2013/01/03 05:50:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.2 2013/02/14 12:06:38 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" |