diff options
-rw-r--r-- | x11-misc/bbkeysconf/bbkeysconf-1.3-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/bbkeysconf/bbkeysconf-1.3-r3.ebuild b/x11-misc/bbkeysconf/bbkeysconf-1.3-r3.ebuild index 4a72606bcd5d..2b46bdb517bb 100644 --- a/x11-misc/bbkeysconf/bbkeysconf-1.3-r3.ebuild +++ b/x11-misc/bbkeysconf/bbkeysconf-1.3-r3.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeysconf/bbkeysconf-1.3-r3.ebuild,v 1.9 2002/07/27 10:44:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeysconf/bbkeysconf-1.3-r3.ebuild,v 1.10 2002/07/29 16:10:41 seemant Exp $ inherit kde base || die # note: base is intended to override kde! DESCRIPTION="Configure bbkeys" SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/${P}.tar.gz" HOMEPAGE="http://movingparts.thelinuxcommunity.org" -LICENSE="GPL-2" +SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" newdepend ">=x11-wm/blackbox-0.61 >=x11-misc/bbkeys-0.8.2" @@ -25,4 +26,3 @@ src_install () { into /usr dobin bbkeysconf } - |