summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Huebel <jhuebel@gentoo.org>2004-04-07 05:52:25 +0000
committerJason Huebel <jhuebel@gentoo.org>2004-04-07 05:52:25 +0000
commitc13fd2a0bccfe0a6992d0919836bb5997b08af0b (patch)
tree9c445bd7aa8e37693b5c9467832acbb77ec5c739 /app-portage
parentold (diff)
downloadgentoo-2-c13fd2a0bccfe0a6992d0919836bb5997b08af0b.tar.gz
gentoo-2-c13fd2a0bccfe0a6992d0919836bb5997b08af0b.tar.bz2
gentoo-2-c13fd2a0bccfe0a6992d0919836bb5997b08af0b.zip
added ~amd64 to keywords
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/abeni/abeni-0.0.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/abeni/abeni-0.0.9.ebuild b/app-portage/abeni/abeni-0.0.9.ebuild
index 4e58778143c2..eae51afa41bf 100644
--- a/app-portage/abeni/abeni-0.0.9.ebuild
+++ b/app-portage/abeni/abeni-0.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/abeni/abeni-0.0.9.ebuild,v 1.3 2003/09/14 14:04:25 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/abeni/abeni-0.0.9.ebuild,v 1.4 2004/04/07 05:52:25 jhuebel Exp $
inherit distutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://abeni.sf.net/"
SRC_URI="mirror://sourceforge/abeni/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="virtual/python
>=dev-python/wxPython-2.4.1.2