summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-01-02 19:56:55 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-01-02 19:56:55 +0000
commit3e3fce9c644263f586f11654010ae8076693bf96 (patch)
tree53878ec32a7bb2846fc1451c212f3f3b8632463f /x11-misc/hotkeys
parentUnbundled a few jars (diff)
downloadgentoo-2-3e3fce9c644263f586f11654010ae8076693bf96.tar.gz
gentoo-2-3e3fce9c644263f586f11654010ae8076693bf96.tar.bz2
gentoo-2-3e3fce9c644263f586f11654010ae8076693bf96.zip
Fix dependencies; bug 150822
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r--x11-misc/hotkeys/ChangeLog8
-rw-r--r--x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/hotkeys/ChangeLog b/x11-misc/hotkeys/ChangeLog
index 27957c6f34d2..b51867db5c98 100644
--- a/x11-misc/hotkeys/ChangeLog
+++ b/x11-misc/hotkeys/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/hotkeys
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.25 2006/07/15 14:02:23 kloeri Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.26 2007/01/02 19:56:55 masterdriverz Exp $
+
+ 02 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
+ hotkeys-0.5.7.1-r1.ebuild:
+ Fix dependencies; bug 150822
15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove lanius from metadata.xml as he's retired.
diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
index 28bede886a4e..6410e098b6d3 100644
--- a/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
+++ b/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.12 2006/01/25 08:01:02 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.13 2007/01/02 19:56:55 masterdriverz Exp $
inherit eutils
@@ -12,7 +12,9 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~sparc amd64 ppc"
-DEPEND="|| ( x11-libs/libXmu virtual/x11 )
+DEPEND="|| ( ( x11-libs/libXmu
+ x11-libs/libxkbfile )
+ virtual/x11 )
>=dev-libs/libxml2-2.2.8
=sys-libs/db-3.2*
xosd? ( >=x11-libs/xosd-1.0.0 )