diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-16 00:08:09 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-16 00:08:09 +0000 |
commit | 9be93eadf23f609d97b40ae8d5a1d4070dda7257 (patch) | |
tree | 8c4c32b2a01d9acc1b8025deb60c415f8b11e03d /x11-misc/xbindkeys | |
parent | initial commit (diff) | |
download | gentoo-2-9be93eadf23f609d97b40ae8d5a1d4070dda7257.tar.gz gentoo-2-9be93eadf23f609d97b40ae8d5a1d4070dda7257.tar.bz2 gentoo-2-9be93eadf23f609d97b40ae8d5a1d4070dda7257.zip |
Added ~sparc to keywords and changed the x11-base/xfree dep to virtual/x11.
Diffstat (limited to 'x11-misc/xbindkeys')
-rw-r--r-- | x11-misc/xbindkeys/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.7.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/xbindkeys/ChangeLog b/x11-misc/xbindkeys/ChangeLog index e4f9ea1f8da8..24a45f148faf 100644 --- a/x11-misc/xbindkeys/ChangeLog +++ b/x11-misc/xbindkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xbindkeys # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.10 2004/04/15 18:35:14 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.11 2004/04/16 00:08:09 weeve Exp $ + + 15 Apr 2004; Jason Wever <weeve@gentoo.org> xbindkeys-1.7.0.ebuild: + Added ~sparc to keywords and changed the x11-base/xfree dep to virtual/x11. 15 Apr 2004; <augustus@gentoo.org> xbindkeys-1.7.0.ebuild: Added ~amd64 keyword. diff --git a/x11-misc/xbindkeys/xbindkeys-1.7.0.ebuild b/x11-misc/xbindkeys/xbindkeys-1.7.0.ebuild index e4bca01fd39d..09e160ca13c4 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.7.0.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.7.0.ebuild,v 1.4 2004/04/15 18:35:14 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.7.0.ebuild,v 1.5 2004/04/16 00:08:09 weeve Exp $ IUSE="guile tcltk" @@ -8,10 +8,10 @@ DESCRIPTION="Tool for launching commands on keystrokes" SRC_URI="http://hocwp.free.fr/xbindkeys/${P}.tar.gz" HOMEPAGE="http://hocwp.free.fr/xbindkeys/" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64 ~sparc" SLOT="0" -DEPEND=">=x11-base/xfree-4.1.0 +DEPEND="virtual/x11 guile? ( dev-util/guile ) tcltk? ( dev-lang/tk )" |