diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-09-02 05:51:01 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-09-02 05:51:01 +0000 |
commit | 6de2ea5669de159ec97917fa034239be11a283eb (patch) | |
tree | aa09a5b5855f0bf17d90075b2433a82fadcb6673 /x11-misc | |
parent | handy doc pointer (diff) | |
download | gentoo-2-6de2ea5669de159ec97917fa034239be11a283eb.tar.gz gentoo-2-6de2ea5669de159ec97917fa034239be11a283eb.tar.bz2 gentoo-2-6de2ea5669de159ec97917fa034239be11a283eb.zip |
Now depends on the correct location of bbkeys
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbkeysconf/bbkeysconf-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bbkeysconf/bbkeysconf-1.3.ebuild b/x11-misc/bbkeysconf/bbkeysconf-1.3.ebuild index 7d3431697f12..763876238f61 100644 --- a/x11-misc/bbkeysconf/bbkeysconf-1.3.ebuild +++ b/x11-misc/bbkeysconf/bbkeysconf-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Joe Bormolini <lordjoe@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeysconf/bbkeysconf-1.3.ebuild,v 1.1 2001/08/31 00:29:07 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeysconf/bbkeysconf-1.3.ebuild,v 1.2 2001/09/02 05:51:01 lordjoe Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://movingparts.thelinuxcommunity.org" DEPEND=">=x11-libs/qt-x11-2.3.0 >=x11-wm/blackbox-0.61 - >=x11-wm/bbkeys-0.8.2" + >=x11-misc/bbkeys-0.8.2" src_compile() { |