diff options
author | 2003-11-22 16:54:25 +0000 | |
---|---|---|
committer | 2003-11-22 16:54:25 +0000 | |
commit | 2883cfa684f7b206654a0885530c687d1b86034f (patch) | |
tree | f652d2568aeda472cb64da6fed228af3b2f88162 /x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild | |
parent | Updated Syncmal and Malsync, closing bug #33355. (diff) | |
download | historical-2883cfa684f7b206654a0885530c687d1b86034f.tar.gz historical-2883cfa684f7b206654a0885530c687d1b86034f.tar.bz2 historical-2883cfa684f7b206654a0885530c687d1b86034f.zip |
gtk2 use flag 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 | 8 |
1 files changed, 4 insertions, 4 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 aea19b0422a3..39f3fd9465b8 100644 --- a/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild +++ b/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild @@ -1,12 +1,12 @@ # 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.3 2003/09/05 23:29:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.4 2003/11/22 16:54:20 lanius Exp $ S=${WORKDIR}/${P} DESCRIPTION="Make use of extra buttons on newer keyboards." SRC_URI="http://ypwong.org/hotkeys/${PV}/${PN}_${PV}.tar.gz" HOMEPAGE="http://ypwong.org/hotkeys/" -IUSE="X gtk2 xosd" +IUSE="X gtk xosd" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc" @@ -15,7 +15,7 @@ DEPEND="X? ( virtual/x11 ) >=dev-libs/libxml2-2.2.8 =sys-libs/db-3.2* xosd? ( >=x11-libs/xosd-1.0.0 ) - gtk2? ( >=x11-libs/gtk+-2.0.0 )" + gtk? ( >=x11-libs/gtk+-2.0.0 )" src_unpack() { unpack ${A} @@ -33,7 +33,7 @@ src_compile() { && myconf="${myconf} --with-xosd" \ || myconf="${myconf} --without-xosd" - use gtk2 \ + use gtk \ && myconf="${myconf} --with-gtk" \ || myconf="${myconf} --without-gtk" |