diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-19 01:53:33 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-19 01:53:33 +0000 |
commit | e4dcb4c96eb1995ed6fa069d14ba79afdcea2b73 (patch) | |
tree | 8ae8afc468de9d603b528841754c444bc753600e /x11-misc/xbindkeys | |
parent | tcltk -> tk USE flag change as per bug #17808 (diff) | |
download | gentoo-2-e4dcb4c96eb1995ed6fa069d14ba79afdcea2b73.tar.gz gentoo-2-e4dcb4c96eb1995ed6fa069d14ba79afdcea2b73.tar.bz2 gentoo-2-e4dcb4c96eb1995ed6fa069d14ba79afdcea2b73.zip |
tcltk -> tk USE flag change as per bug #17808
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'x11-misc/xbindkeys')
-rw-r--r-- | x11-misc/xbindkeys/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.7.2-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.7.3.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-misc/xbindkeys/ChangeLog b/x11-misc/xbindkeys/ChangeLog index 5b30d50e42a2..40121af2c1d3 100644 --- a/x11-misc/xbindkeys/ChangeLog +++ b/x11-misc/xbindkeys/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xbindkeys # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.41 2006/09/08 22:39:58 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.42 2006/09/19 01:53:33 cardoe Exp $ + + 19 Sep 2006; Doug Goldstein <cardoe@gentoo.org> xbindkeys-1.7.2-r1.ebuild, + xbindkeys-1.7.3.ebuild: + tcltk -> tk USE flag change as per bug #17808 08 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> xbindkeys-1.7.3.ebuild: Marked stable on amd64 for bug #145368 diff --git a/x11-misc/xbindkeys/xbindkeys-1.7.2-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.7.2-r1.ebuild index 581e4f7af7d6..7c827b36ca87 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.7.2-r1.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.7.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.7.2-r1.ebuild,v 1.6 2006/06/11 10:24:15 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.7.2-r1.ebuild,v 1.7 2006/09/19 01:53:33 cardoe Exp $ -IUSE="guile tcltk" +IUSE="guile tk" DESCRIPTION="Tool for launching commands on keystrokes" SRC_URI="http://hocwp.free.fr/xbindkeys/${P}.tar.gz" @@ -13,14 +13,14 @@ SLOT="0" RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) guile? ( dev-util/guile ) - tcltk? ( dev-lang/tk )" + tk? ( dev-lang/tk )" DEPEND="${RDEPEND} || ( x11-proto/xproto virtual/x11 )" src_compile() { local myconf - use tcltk || myconf="${myconf} --disable-tk" + use tk || myconf="${myconf} --disable-tk" use guile || myconf="${myconf} --disable-guile" econf ${myconf} || die emake DESTDIR=${D} || die diff --git a/x11-misc/xbindkeys/xbindkeys-1.7.3.ebuild b/x11-misc/xbindkeys/xbindkeys-1.7.3.ebuild index 7662b832b592..064a23939893 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.7.3.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.7.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.7.3.ebuild,v 1.6 2006/09/08 22:39:58 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.7.3.ebuild,v 1.7 2006/09/19 01:53:33 cardoe Exp $ -IUSE="guile tcltk" +IUSE="guile tk" DESCRIPTION="Tool for launching commands on keystrokes" SRC_URI="http://hocwp.free.fr/xbindkeys/${P}.tar.gz" @@ -13,7 +13,7 @@ SLOT="0" RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) guile? ( dev-util/guile ) - tcltk? ( dev-lang/tk )" + tk? ( dev-lang/tk )" DEPEND="${RDEPEND} || ( x11-proto/xproto virtual/x11 )" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_compile() { local myconf - use tcltk || myconf="${myconf} --disable-tk" + use tk || myconf="${myconf} --disable-tk" use guile || myconf="${myconf} --disable-guile" econf ${myconf} || die |