summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-12-26 16:37:47 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-12-26 16:37:47 +0000
commitcd3f0fda9462b47ded63a89f936e5cd019e5c821 (patch)
treead340680c8d2a4605c16c2dbccfcf7d1df544572 /media-sound/vkeybd
parentversion bump (see bug #6280) (diff)
downloadhistorical-cd3f0fda9462b47ded63a89f936e5cd019e5c821.tar.gz
historical-cd3f0fda9462b47ded63a89f936e5cd019e5c821.tar.bz2
historical-cd3f0fda9462b47ded63a89f936e5cd019e5c821.zip
Fixed the IUSE variable.
Diffstat (limited to 'media-sound/vkeybd')
-rw-r--r--media-sound/vkeybd/vkeybd-0.1.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/vkeybd/vkeybd-0.1.12.ebuild b/media-sound/vkeybd/vkeybd-0.1.12.ebuild
index 97220ef5366f..ecd9f335c60f 100644
--- a/media-sound/vkeybd/vkeybd-0.1.12.ebuild
+++ b/media-sound/vkeybd/vkeybd-0.1.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/vkeybd-0.1.12.ebuild,v 1.2 2002/12/25 18:01:12 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vkeybd/vkeybd-0.1.12.ebuild,v 1.3 2002/12/26 16:37:47 agenkin Exp $
DESCRIPTION="A virtual MIDI keyboard for X."
HOMEPAGE="http://www.alsa-project.org/~iwai/alsa.html"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.alsa-project.org/~iwai/alsa.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-IUSE="alsa"
+IUSE="alsa oss"
DEPEND="alsa? ( >=media-libs/alsa-lib-0.5.0 )
=dev-lang/tk-8.3*