diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-11 02:08:54 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-11 02:08:54 +0000 |
commit | 68ad32aef618cd05b7120c090772b39b812d9669 (patch) | |
tree | 711b570b40c6def945527e8234bedcd77ae8d59d /media-libs | |
parent | Removed mask on media-sound/mpd-svn, as it has just been removed from the tree. (diff) | |
download | gentoo-2-68ad32aef618cd05b7120c090772b39b812d9669.tar.gz gentoo-2-68ad32aef618cd05b7120c090772b39b812d9669.tar.bz2 gentoo-2-68ad32aef618cd05b7120c090772b39b812d9669.zip |
Stable on x86, byg #146950.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index e47e0f5406f6..f89532d82062 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.9 2006/10/04 15:56:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.10 2006/11/11 02:08:54 ticho Exp $ + + 11 Nov 2006; Andrej Kacian <ticho@gentoo.org> libsoundtouch-1.3.1.ebuild: + Stable on x86, byg #146950. 04 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> libsoundtouch-1.3.1.ebuild: diff --git a/media-libs/libsoundtouch/libsoundtouch-1.3.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.3.1.ebuild index abbb4fe793b7..37d07860067d 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.3.1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1.ebuild,v 1.2 2006/10/04 15:56:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.3.1.ebuild,v 1.3 2006/11/11 02:08:54 ticho Exp $ inherit autotools toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI="http://www.surina.net/soundtouch/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos" +KEYWORDS="~amd64 ~ppc x86 ~ppc-macos" RDEPEND="virtual/libc" DEPEND="app-arch/unzip" |