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 2FAE613877A for ; Wed, 2 Jul 2014 00:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E24BE08A5; Wed, 2 Jul 2014 00:09:49 +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 9239AE08A5 for ; Wed, 2 Jul 2014 00:09:48 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95A5E33F7E0 for ; Wed, 2 Jul 2014 00:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7A631182D3 for ; Wed, 2 Jul 2014 00:09:45 +0000 (UTC) From: "Francois Bissey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francois Bissey" Message-ID: <1404259741.4a1bb90c574ea27b61d9ff5d70ac4ec88763a0e2.fbissey@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/gsl/ChangeLog sci-libs/gsl/gsl-1.16-r1.ebuild X-VCS-Directories: sci-libs/gsl/ X-VCS-Committer: fbissey X-VCS-Committer-Name: Francois Bissey X-VCS-Revision: 4a1bb90c574ea27b61d9ff5d70ac4ec88763a0e2 X-VCS-Branch: master Date: Wed, 2 Jul 2014 00:09:45 +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: ac503d5b-757c-43ab-b7f7-6087a378066e X-Archives-Hash: 13cfd96de4f9ac92c4137bc760a66877 commit: 4a1bb90c574ea27b61d9ff5d70ac4ec88763a0e2 Author: François Bissey canterbury ac nz> AuthorDate: Wed Jul 2 00:09:01 2014 +0000 Commit: Francois Bissey massey ac nz> CommitDate: Wed Jul 2 00:09:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4a1bb90c Tested on x64-macos, keywording. Package-Manager: portage-2.2.10 --- sci-libs/gsl/ChangeLog | 6 +++++- sci-libs/gsl/gsl-1.16-r1.ebuild | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-libs/gsl/ChangeLog b/sci-libs/gsl/ChangeLog index f35223d..81ecb25 100644 --- a/sci-libs/gsl/ChangeLog +++ b/sci-libs/gsl/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-libs/gsl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/ChangeLog,v 1.77 2010/08/09 09:32:55 xarthisius Exp $ + 02 Jul 2014; François Bissey + gsl-1.16-r1.ebuild: + Tested on x64-macos, keywording. + *gsl-1.16-r1 (19 Aug 2013) 19 Aug 2013; Sébastien Fabbro diff --git a/sci-libs/gsl/gsl-1.16-r1.ebuild b/sci-libs/gsl/gsl-1.16-r1.ebuild index c1fd0e5..f19bba1 100644 --- a/sci-libs/gsl/gsl-1.16-r1.ebuild +++ b/sci-libs/gsl/gsl-1.16-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="cblas-external static-libs" RDEPEND="cblas-external? ( virtual/cblas )"