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
commitd498f05622a37336faadd5a34e9fa9dbe80a11cc (patch)
treeab10705b83e9a9435cdf63250d203095c424546e /app-emacs/semantic
parentadded ~amd64 to keywords, added emul-linux-x86-baselibs dep for amd64 only an... (diff)
downloadgentoo-2-d498f05622a37336faadd5a34e9fa9dbe80a11cc.tar.gz
gentoo-2-d498f05622a37336faadd5a34e9fa9dbe80a11cc.tar.bz2
gentoo-2-d498f05622a37336faadd5a34e9fa9dbe80a11cc.zip
added amd64 to keywords
Diffstat (limited to 'app-emacs/semantic')
-rw-r--r--app-emacs/semantic/semantic-1.4.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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