summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-05-10 14:52:06 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-05-10 14:52:06 +0000
commitef85dc8ead8455d4600368c6bb588cec3a0fbf96 (patch)
tree200ff1ec3d13fc8b5b88e00e55e680478ce73e02 /x11-misc/hotkeys
parentClosing #50537 (Manifest recommit) (diff)
downloadgentoo-2-ef85dc8ead8455d4600368c6bb588cec3a0fbf96.tar.gz
gentoo-2-ef85dc8ead8455d4600368c6bb588cec3a0fbf96.tar.bz2
gentoo-2-ef85dc8ead8455d4600368c6bb588cec3a0fbf96.zip
Closing #50567
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r--x11-misc/hotkeys/ChangeLog5
-rw-r--r--x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/hotkeys/ChangeLog b/x11-misc/hotkeys/ChangeLog
index 4a64f5fccd45..ce9554d5e6f3 100644
--- a/x11-misc/hotkeys/ChangeLog
+++ b/x11-misc/hotkeys/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/hotkeys
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.19 2004/04/27 20:42:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/ChangeLog,v 1.20 2004/05/10 14:52:06 aliz Exp $
+
+ 10 May 2004; Daniel Ahlberg <aliz@gentoo.org> hotkeys-0.5.7.1-r1.ebuild:
+ Added amd64 keyword, closing #50567.
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> hotkeys-0.5.7.1-r1.ebuild:
Add inherit eutils
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 f5c96c272b45..cdee549759e3 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-2004 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.7.1-r1.ebuild,v 1.6 2004/04/27 20:42:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1-r1.ebuild,v 1.7 2004/05/10 14:52:06 aliz Exp $
inherit eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://ypwong.org/hotkeys/"
IUSE="X gtk xosd"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~sparc"
+KEYWORDS="x86 ~sparc ~amd64"
DEPEND="X? ( virtual/x11 )
>=dev-libs/libxml2-2.2.8