summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild')
-rw-r--r--x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
index e33db07bc504..9116226e51fa 100644
--- a/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
+++ b/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.1 2003/08/15 11:25:28 lanius Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc. Distributed under the terms of
+# the GNU General Public License v2 $Header:
+# /home/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.1
+# 2003/08/15 11:25:28 lanius Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Make use of extra buttons on newer keyboards."
@@ -14,7 +15,6 @@ KEYWORDS="~x86 ~sparc"
DEPEND="X? ( virtual/x11 )
>=dev-libs/libxml2-2.2.8
=sys-libs/db-3.2*
- !>=sys-libs/db-4*
xosd? ( >=x11-libs/xosd-1.0.0 )
gtk2? ( >=x11-libs/gtk+-2.0.0 )"
@@ -38,7 +38,7 @@ src_compile() {
&& myconf="${myconf} --with-gtk" \
|| myconf="${myconf} --without-gtk"
- econf ${myconf} || die "./configure failed"
+ econf ${myconf} --disable-db3test || die "./configure failed"
emake || die
}