summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Huebel <jhuebel@gentoo.org>2004-04-01 03:34:37 +0000
committerJason Huebel <jhuebel@gentoo.org>2004-04-01 03:34:37 +0000
commitfc7b92ae8b9c5a22b6e8e2c522fdd0c6fbe224a9 (patch)
tree7985f493ffb735099bac8ac783f29ecc07946602
parentadded ~amd64 to keywords, added emul-linux-x86-baselibs dep for amd64 only an... (diff)
downloadhistorical-fc7b92ae8b9c5a22b6e8e2c522fdd0c6fbe224a9.tar.gz
historical-fc7b92ae8b9c5a22b6e8e2c522fdd0c6fbe224a9.tar.bz2
historical-fc7b92ae8b9c5a22b6e8e2c522fdd0c6fbe224a9.zip
added amd64 to keywords
-rw-r--r--app-emacs/eieio/eieio-0.17.ebuild4
-rw-r--r--app-emacs/jde/jde-2.3.3.ebuild4
-rw-r--r--app-emacs/semantic/semantic-1.4.4-r1.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/eieio/eieio-0.17.ebuild b/app-emacs/eieio/eieio-0.17.ebuild
index a1a0e165bfd2..18c8f1504d02 100644
--- a/app-emacs/eieio/eieio-0.17.ebuild
+++ b/app-emacs/eieio/eieio-0.17.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-emacs/eieio/eieio-0.17.ebuild,v 1.2 2003/02/13 07:05:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/eieio/eieio-0.17.ebuild,v 1.3 2004/04/01 03:32:23 jhuebel Exp $
inherit elisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://cedet.sourceforge.net/eieio.shtml"
SRC_URI="mirror://sourceforge/cedet/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 amd64"
DEPEND="virtual/emacs
app-emacs/speedbar"
diff --git a/app-emacs/jde/jde-2.3.3.ebuild b/app-emacs/jde/jde-2.3.3.ebuild
index 6fb5865aee0b..4fbe2da8844d 100644
--- a/app-emacs/jde/jde-2.3.3.ebuild
+++ b/app-emacs/jde/jde-2.3.3.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/app-emacs/jde/jde-2.3.3.ebuild,v 1.1 2004/02/20 20:20:35 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/jde/jde-2.3.3.ebuild,v 1.2 2004/04/01 03:34:37 jhuebel Exp $
inherit elisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://jdee.sunsite.dk/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 amd64"
DEPEND="virtual/emacs
>=virtual/jdk-1.2.2
diff --git a/app-emacs/semantic/semantic-1.4.4-r1.ebuild b/app-emacs/semantic/semantic-1.4.4-r1.ebuild
index f83bd6cd44bf..d6e4e0ba1622 100644
--- a/app-emacs/semantic/semantic-1.4.4-r1.ebuild
+++ b/app-emacs/semantic/semantic-1.4.4-r1.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-emacs/semantic/semantic-1.4.4-r1.ebuild,v 1.1 2003/11/16 19:38:30 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/semantic/semantic-1.4.4-r1.ebuild,v 1.2 2004/04/01 03:33:38 jhuebel Exp $
inherit elisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://cedet.sourceforge.net/semantic.shtml"
SRC_URI="mirror://sourceforge/cedet/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 amd64"
DEPEND="virtual/emacs
>=app-emacs/speedbar-0.14_beta4