summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-10-04 15:27:28 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-10-04 15:27:28 +0000
commitfcc7ca4ad747398dceaddfcd36620f7fa010d72f (patch)
tree2abdc99f8afb0f499848ed63b89a3e366e2d4f18 /eclass/enlightenment.eclass
parentUndo previous commit; not needed with >=at-spi-1.32.0-r1:1 (diff)
downloadhistorical-fcc7ca4ad747398dceaddfcd36620f7fa010d72f.tar.gz
historical-fcc7ca4ad747398dceaddfcd36620f7fa010d72f.tar.bz2
historical-fcc7ca4ad747398dceaddfcd36620f7fa010d72f.zip
No stable keywords for mips
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r--eclass/enlightenment.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index f56adb5551d3..4886d63a5272 100644
--- a/eclass/enlightenment.eclass
+++ b/eclass/enlightenment.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.102 2013/09/28 08:54:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.103 2013/10/04 15:27:28 chithanh Exp $
# @ECLASS: enlightenment.eclass
# @MAINTAINER:
@@ -111,7 +111,7 @@ fi
LICENSE="BSD"
SLOT="0"
case ${EKEY_STATE:-${E_STATE}} in
- release) KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris";;
+ release) KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris";;
snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris";;
live) KEYWORDS="";;
esac