diff options
author | 2002-12-15 00:56:45 +0000 | |
---|---|---|
committer | 2002-12-15 00:56:45 +0000 | |
commit | a339d0818b3a7c7e077867fe6c424e71c9b0e98f (patch) | |
tree | 338358e84284f13c7d8307e38ae2b64373643644 /x11-misc | |
parent | version bump (diff) | |
download | gentoo-2-a339d0818b3a7c7e077867fe6c424e71c9b0e98f.tar.gz gentoo-2-a339d0818b3a7c7e077867fe6c424e71c9b0e98f.tar.bz2 gentoo-2-a339d0818b3a7c7e077867fe6c424e71c9b0e98f.zip |
dep fix
Diffstat (limited to 'x11-misc')
-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" |