diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-20 13:54:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-20 13:54:56 +0000 |
commit | 1999a7d9963fdd87b10023ba20256f629f4f2490 (patch) | |
tree | 7a48c8a5c71002c596023523ac371618be821144 /eclass/intel-sdp.eclass | |
parent | sci-libs/ccpn-data: Drop old (diff) | |
download | gentoo-2-1999a7d9963fdd87b10023ba20256f629f4f2490.tar.gz gentoo-2-1999a7d9963fdd87b10023ba20256f629f4f2490.tar.bz2 gentoo-2-1999a7d9963fdd87b10023ba20256f629f4f2490.zip |
Keyword for *-linux prefix
Diffstat (limited to 'eclass/intel-sdp.eclass')
-rw-r--r-- | eclass/intel-sdp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index da69dec16cbb..baeb2e2c8138 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.3 2012/09/20 13:12:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.4 2012/09/20 13:54:56 jlec Exp $ # @ECLASS: intel-sdp.eclass # @MAINTAINER: @@ -94,7 +94,7 @@ LICENSE="Intel-SDP" #SLOT="${_INTEL_PV1}.${_INTEL_PV2}" SLOT="0" IUSE="multilib" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" RESTRICT="mirror" |