diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-08-27 22:50:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-08-27 22:50:52 +0000 |
commit | 3f64fce499e3952e58df8034a8e4bf58440deba7 (patch) | |
tree | c14e77e3ac76d18eecef85209f529d58248d3094 /x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild | |
parent | initial import (diff) | |
download | gentoo-2-3f64fce499e3952e58df8034a8e4bf58440deba7.tar.gz gentoo-2-3f64fce499e3952e58df8034a8e4bf58440deba7.tar.bz2 gentoo-2-3f64fce499e3952e58df8034a8e4bf58440deba7.zip |
db-4 compile fix
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.ebuild | 10 |
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 } |