diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-15 00:56:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-15 00:56:45 +0000 |
commit | 7fd18c337f6786938a41c6b324662cf51d118ef3 (patch) | |
tree | c8b0249477dcfcbeb51ad3c5e55b1d89f6ead79b /x11-misc/hotkeys | |
parent | version bump (diff) | |
download | historical-7fd18c337f6786938a41c6b324662cf51d118ef3.tar.gz historical-7fd18c337f6786938a41c6b324662cf51d118ef3.tar.bz2 historical-7fd18c337f6786938a41c6b324662cf51d118ef3.zip |
dep fix
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r-- | x11-misc/hotkeys/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/hotkeys/hotkeys-0.5.5.ebuild | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/hotkeys/ChangeLog b/x11-misc/hotkeys/ChangeLog index 609717ac2966..3a19d19a404f 100644 --- a/x11-misc/hotkeys/ChangeLog +++ b/x11-misc/hotkeys/ChangeLog @@ -1,12 +1,15 @@ # 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.7 2002/12/13 11:00:54 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.8 2002/12/15 00:56:44 seemant Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *hotkeys-0.5.5.ebuild (11 Sep 2002) - + 14 Dec 2002; Seemant Kulleen <seemant@gentoo.org> hotkeys-0.5.5.ebuild : + + Changed dep to db-3.2.9 rather than 3.2.3, per liverbugg@juno.com (Matt + Taylor) in bug #12159. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords 19 Oct 2002; Seemant Kulleen <seemant@gentoo.org> hotkeys-0.5.5.ebuild : diff --git a/x11-misc/hotkeys/hotkeys-0.5.5.ebuild b/x11-misc/hotkeys/hotkeys-0.5.5.ebuild index 20fba5a16325..77c549667986 100644 --- a/x11-misc/hotkeys/hotkeys-0.5.5.ebuild +++ b/x11-misc/hotkeys/hotkeys-0.5.5.ebuild @@ -1,6 +1,6 @@ # 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.6 2002/10/29 12:04:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.5.ebuild,v 1.7 2002/12/15 00:56:45 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Make use of extra buttons on newer keyboards." @@ -13,7 +13,7 @@ KEYWORDS="~x86" DEPEND="virtual/x11 dev-libs/libxml2 - >=sys-libs/db-3.2.3 + >=sys-libs/db-3.2.9 ~x11-libs/xosd-0.7.0" |