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 905D81388C1 for ; Fri, 26 Feb 2016 09:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F37B3E07F1; Fri, 26 Feb 2016 09:46:10 +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 52E56E07F1 for ; Fri, 26 Feb 2016 09:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9EA33409F2 for ; Fri, 26 Feb 2016 09:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96E0915FB for ; Fri, 26 Feb 2016 09:46:07 +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: <1456479011.99655e523db39a13c683be7e39e0bf2104fec652.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/gsl/gsl-1.16-r2.ebuild sci-libs/gsl/gsl-2.1.ebuild X-VCS-Directories: sci-libs/gsl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 99655e523db39a13c683be7e39e0bf2104fec652 X-VCS-Branch: master Date: Fri, 26 Feb 2016 09:46:07 +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: be8b34dc-ee19-4e49-85ac-b74c5757414d X-Archives-Hash: 4a510bd567c026a0547ebce21549b0ad commit: 99655e523db39a13c683be7e39e0bf2104fec652 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 09:30:11 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 09:30:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=99655e52 sci-libs/gsl: Set MULTILIB_COMPAT for x86 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-libs/gsl/gsl-1.16-r2.ebuild | 5 +++-- sci-libs/gsl/gsl-2.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/gsl/gsl-1.16-r2.ebuild b/sci-libs/gsl/gsl-1.16-r2.ebuild index 6fbf5d3..e00f2d3 100644 --- a/sci-libs/gsl/gsl-1.16-r2.ebuild +++ b/sci-libs/gsl/gsl-1.16-r2.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 AUTOTOOLS_AUTORECONF=1 +MULTILIB_COMPAT=( abi_x86_{32,64} ) inherit alternatives-2 autotools-multilib eutils toolchain-funcs @@ -14,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~mips ~s390 ~sh ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cblas-external static-libs" RDEPEND="cblas-external? ( >=virtual/cblas-2.0-r3[${MULTILIB_USEDEP}] )" diff --git a/sci-libs/gsl/gsl-2.1.ebuild b/sci-libs/gsl/gsl-2.1.ebuild index afb0c6a..28c850c 100644 --- a/sci-libs/gsl/gsl-2.1.ebuild +++ b/sci-libs/gsl/gsl-2.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/19" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~mips ~s390 ~sh ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cblas-external static-libs" RDEPEND="cblas-external? ( >=virtual/cblas-2.0-r3[${MULTILIB_USEDEP}] )"