diff options
author | Brent Baude <ranger@gentoo.org> | 2012-11-13 16:51:37 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-11-13 16:51:37 +0000 |
commit | 2431f6717878e2d41a709fb513feb1732da1601c (patch) | |
tree | 5865daacf606daaf954fdeb59a5326aa09da9713 /media-libs/libsoundtouch | |
parent | Marking libmtp-1.1.5 ppc64 for bug 441374 (diff) | |
download | historical-2431f6717878e2d41a709fb513feb1732da1601c.tar.gz historical-2431f6717878e2d41a709fb513feb1732da1601c.tar.bz2 historical-2431f6717878e2d41a709fb513feb1732da1601c.zip |
Marking libsoundtouch-1.7.0 ppc64 for bug 441378
Package-Manager: portage-2.1.10.65/cvs/Linux ppc64
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index b80bf4d81ddc..de059a9bb156 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.57 2012/09/09 21:48:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.58 2012/11/13 16:51:37 ranger Exp $ + + 13 Nov 2012; Brent Baude <ranger@gentoo.org> libsoundtouch-1.7.0.ebuild: + Marking libsoundtouch-1.7.0 ppc64 for bug 441378 *libsoundtouch-1.7.0 (09 Sep 2012) diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild index 35ef4a54729a..585a87cfff07 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild,v 1.1 2012/09/09 21:48:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.0.ebuild,v 1.2 2012/11/13 16:51:37 ranger Exp $ EAPI=4 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" |