diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-29 12:04:16 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-29 12:04:16 +0000 |
commit | f28c05de68f7ec8b02d8eadf1e34634a287b445f (patch) | |
tree | 18838ad55302f5701c8e8fda9ea16720ba91475b /x11-misc/hotkeys | |
parent | slotified (diff) | |
download | historical-f28c05de68f7ec8b02d8eadf1e34634a287b445f.tar.gz historical-f28c05de68f7ec8b02d8eadf1e34634a287b445f.tar.bz2 historical-f28c05de68f7ec8b02d8eadf1e34634a287b445f.zip |
Minor tweaks.
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r-- | x11-misc/hotkeys/ChangeLog | 4 | ||||
-rw-r--r-- | x11-misc/hotkeys/hotkeys-0.5.5.ebuild | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-misc/hotkeys/ChangeLog b/x11-misc/hotkeys/ChangeLog index 0ae59d0d50ec..1eab2549f9c2 100644 --- a/x11-misc/hotkeys/ChangeLog +++ b/x11-misc/hotkeys/ChangeLog @@ -1,9 +1,11 @@ # ChangeLog for x11-misc/hotkeys # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.4 2002/10/19 07:04:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.5 2002/10/29 12:04:15 aliz Exp $ *hotkeys-0.5.5.ebuild (11 Sep 2002) + + 19 Oct 2002; Seemant Kulleen <seemant@gentoo.org> hotkeys-0.5.5.ebuild : configure option which allows xosd-0.7.0 detection in configure. Fix diff --git a/x11-misc/hotkeys/hotkeys-0.5.5.ebuild b/x11-misc/hotkeys/hotkeys-0.5.5.ebuild index 067d3920d201..20fba5a16325 100644 --- a/x11-misc/hotkeys/hotkeys-0.5.5.ebuild +++ b/x11-misc/hotkeys/hotkeys-0.5.5.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2002 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.5.ebuild,v 1.5 2002/10/20 18:55:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.5.ebuild,v 1.6 2002/10/29 12:04:16 aliz Exp $ -NAME="hotkeys" S=${WORKDIR}/${P} DESCRIPTION="Make use of extra buttons on newer keyboards." SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar.bz2" @@ -10,12 +9,12 @@ HOMEPAGE="http://ypwong.org/hotkeys/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="~x86" DEPEND="virtual/x11 dev-libs/libxml2 >=sys-libs/db-3.2.3 - >x11-libs/xosd-0.7.0" + ~x11-libs/xosd-0.7.0" src_unpack() { |