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 0EAEA1384B4 for ; Tue, 29 Dec 2015 10:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBE9121C001; Tue, 29 Dec 2015 10:02:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1EB321C007 for ; Tue, 29 Dec 2015 10:02:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 245483407D7 for ; Tue, 29 Dec 2015 10:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 119B9CF4 for ; Tue, 29 Dec 2015 10:02:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1451383313.7415122f8d077f2b2a7e7c649e0abc3019333f93.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/blas-reference/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/blas-reference/blas-reference-20070226-r4.ebuild X-VCS-Directories: sci-libs/blas-reference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7415122f8d077f2b2a7e7c649e0abc3019333f93 X-VCS-Branch: master Date: Tue, 29 Dec 2015 10:02:03 +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: 29bcac89-5c5a-4619-b09d-6f3326ce64ff X-Archives-Hash: 458e2458cc6818ef93422209c0232f53 commit: 7415122f8d077f2b2a7e7c649e0abc3019333f93 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 29 07:45:59 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 29 10:01:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7415122f sci-libs/blas-reference: Add KEYWORDs back Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-libs/blas-reference/blas-reference-20070226-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/blas-reference/blas-reference-20070226-r4.ebuild b/sci-libs/blas-reference/blas-reference-20070226-r4.ebuild index ef362bc..99d639f 100644 --- a/sci-libs/blas-reference/blas-reference-20070226-r4.ebuild +++ b/sci-libs/blas-reference/blas-reference-20070226-r4.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.netlib.org/lapack/${LAPACKPN}-${LAPACKPV}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc" DEPEND="app-eselect/eselect-blas"