diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-20 15:54:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-20 15:54:51 +0000 |
commit | d1058e78e42c235db59b2f41886406e720da7cd3 (patch) | |
tree | b84ec3b572e6d7b868300c0d847075add0d0d1fa /media-libs/libsoundtouch | |
parent | Move blockers from RDEPEND to DEPEND as per recommendation by "few" from Free... (diff) | |
download | gentoo-2-d1058e78e42c235db59b2f41886406e720da7cd3.tar.gz gentoo-2-d1058e78e42c235db59b2f41886406e720da7cd3.tar.bz2 gentoo-2-d1058e78e42c235db59b2f41886406e720da7cd3.zip |
amd64 stable wrt #387769
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 67ef930b745a..2ca7d83c8a89 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # 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.43 2011/10/20 02:30:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.44 2011/10/20 15:54:51 ssuominen Exp $ + + 20 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + libsoundtouch-1.6.0.ebuild: + amd64 stable wrt #387769 20 Oct 2011; Tim Harder <radhermit@gentoo.org> libsoundtouch-1.6.0.ebuild: Use remove_libtool_files to remove libtool archives. diff --git a/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild index 01a331318092..246a75e9e18d 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.2 2011/10/20 02:30:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.6.0.ebuild,v 1.3 2011/10/20 15:54:51 ssuominen 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} |