From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 74B95138010 for ; Thu, 20 Sep 2012 13:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 224C0E058A; Thu, 20 Sep 2012 13:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E2890E058A for ; Thu, 20 Sep 2012 13:54:58 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E6B233D711 for ; Thu, 20 Sep 2012 13:54:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id DCA3A21601; Thu, 20 Sep 2012 13:54:56 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: intel-sdp.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: intel-sdp.eclass X-VCS-Directories: eclass X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120920135456.DCA3A21601@flycatcher.gentoo.org> Date: Thu, 20 Sep 2012 13:54:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e639ec76-75ee-49af-979f-2663aba40d4a X-Archives-Hash: b6c5444d2177a1d7dbba4d049e257397 jlec 12/09/20 13:54:56 Modified: intel-sdp.eclass Log: Keyword for *-linux prefix Revision Changes Path 1.4 eclass/intel-sdp.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/intel-sdp.eclass?r1=1.3&r2=1.4 Index: intel-sdp.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- intel-sdp.eclass 20 Sep 2012 13:12:50 -0000 1.3 +++ intel-sdp.eclass 20 Sep 2012 13:54:56 -0000 1.4 @@ -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 @@ #SLOT="${_INTEL_PV1}.${_INTEL_PV2}" SLOT="0" IUSE="multilib" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" RESTRICT="mirror"