diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-07-11 20:39:50 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-07-11 20:39:50 +0000 |
commit | fc74681e8c165a393c0430364ab6d3341c920194 (patch) | |
tree | f524d9a3aac32d9948c954baf9266e230698b03d /media-plugins | |
parent | Version bump. (diff) | |
download | gentoo-2-fc74681e8c165a393c0430364ab6d3341c920194.tar.gz gentoo-2-fc74681e8c165a393c0430364ab6d3341c920194.tar.bz2 gentoo-2-fc74681e8c165a393c0430364ab6d3341c920194.zip |
Marking stable on x86.
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/alsa-xmms/alsa-xmms-0.9.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/alsa-xmms/alsa-xmms-0.9.11.ebuild b/media-plugins/alsa-xmms/alsa-xmms-0.9.11.ebuild index 9cc862b89a27..118999b652ec 100644 --- a/media-plugins/alsa-xmms/alsa-xmms-0.9.11.ebuild +++ b/media-plugins/alsa-xmms/alsa-xmms-0.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-xmms/alsa-xmms-0.9.11.ebuild,v 1.1 2003/05/13 23:15:15 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-xmms/alsa-xmms-0.9.11.ebuild,v 1.2 2003/07/11 20:39:50 agenkin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Allows XMMS to output on any ALSA 0.9* device. Supports surround 4.0 output with conversion" @@ -9,11 +9,11 @@ SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="media-sound/xmms >=media-libs/alsa-lib-0.9.0_rc2 - >=media-sound/alsa-driver-0.9.0_rc2" + virtual/alsa" src_install() { einstall \ |