diff options
author | 2011-10-28 16:18:06 +0000 | |
---|---|---|
committer | 2011-10-28 16:18:06 +0000 | |
commit | 5f87742a1510c52ace43c078ebe7ec86fc28b81e (patch) | |
tree | c9ac98462cff55ca2ea5ac8d2f767e167678eb4a /media-libs/libsoundtouch | |
parent | Stable for HPPA (bug #388277). (diff) | |
download | gentoo-2-5f87742a1510c52ace43c078ebe7ec86fc28b81e.tar.gz gentoo-2-5f87742a1510c52ace43c078ebe7ec86fc28b81e.tar.bz2 gentoo-2-5f87742a1510c52ace43c078ebe7ec86fc28b81e.zip |
Stable for HPPA (bug #387769).
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index dd1031bf6e9a..e04ea2f043e6 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.45 2011/10/25 22:20:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.46 2011/10/28 16:18:06 jer Exp $ + + 28 Oct 2011; Jeroen Roovers <jer@gentoo.org> libsoundtouch-1.6.0.ebuild: + Stable for HPPA (bug #387769). 25 Oct 2011; Tim Harder <radhermit@gentoo.org> libsoundtouch-1.6.0.ebuild: Update sed line (fixes bug #380489) and use D instead of ED. diff --git a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild index ed2338fdaf15..32b70fef4537 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo FoundationOU # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.4 2011/10/25 22:20:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.5 2011/10/28 16:18:06 jer Exp $ EAPI=4 inherit autotools-utils 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 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="sse2 static-libs" S=${WORKDIR}/${MY_PN} |