summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Brown <rendhalver@gentoo.org>2003-01-06 14:00:30 +0000
committerPeter Brown <rendhalver@gentoo.org>2003-01-06 14:00:30 +0000
commit5ef8e9b6ec5a83125af83afe2200c6394b6cba1b (patch)
tree1e7b4b2e6c3f65603dc04b4f793b6d4767283306 /eclass/xemacs-packages.eclass
parentremoved ~ppc, ~sparc, ~alpha as zetagrid is written in java, but uses binarie... (diff)
downloadgentoo-2-5ef8e9b6ec5a83125af83afe2200c6394b6cba1b.tar.gz
gentoo-2-5ef8e9b6ec5a83125af83afe2200c6394b6cba1b.tar.bz2
gentoo-2-5ef8e9b6ec5a83125af83afe2200c6394b6cba1b.zip
fixing KEYWORDS
Diffstat (limited to 'eclass/xemacs-packages.eclass')
-rw-r--r--eclass/xemacs-packages.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass
index 8420dd1fe7b6..64a291cd4d91 100644
--- a/eclass/xemacs-packages.eclass
+++ b/eclass/xemacs-packages.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.2 2003/01/01 11:29:33 rendhalver Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.3 2003/01/06 14:00:30 rendhalver Exp $
# xemacs-packages eclass inherited by all xemacs packages
# $PKG_CAT need's to be set before inheriting xemacs-packages
@@ -29,10 +29,10 @@ esac
if [ -n "$EXPERIMENTAL" ]
then
[ -z "$SRC_URI" ] && SRC_URI="ftp://ftp.xemacs.org/beta/experimental/packages/${P}-pkg.tar.gz"
- KEYWORDS="x86 -ppc alpha sparc"
+ KEYWORDS="~x86 -ppc ~alpha ~sparc"
else
[ -z "$SRC_URI" ] && SRC_URI="ftp://ftp.xemacs.org/packages/${P}-pkg.tar.gz"
- KEYWORDS="~x86 -ppc ~alpha ~sparc"
+ KEYWORDS="x86 -ppc alpha sparc"
fi
[ -n "$DEBUG" ] && einfo "SRC_URI is ${SRC_URI}"