From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B19E81382C5 for ; Fri, 6 Apr 2018 11:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85922E08F4; Fri, 6 Apr 2018 11:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61B7BE08F2 for ; Fri, 6 Apr 2018 11:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A838C335C59 for ; Fri, 6 Apr 2018 11:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D87B289 for ; Fri, 6 Apr 2018 11:05:18 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1523012708.71d343a126793fc48d3bcfaa346d06be67d75e3e.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblinear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liblinear/liblinear-220.ebuild X-VCS-Directories: dev-libs/liblinear/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 71d343a126793fc48d3bcfaa346d06be67d75e3e X-VCS-Branch: master Date: Fri, 6 Apr 2018 11:05:18 +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: f16273f6-0f5b-4247-9a7e-9f8ef18659ae X-Archives-Hash: c3eff322ae41c4ea8765deafc5fcd83b commit: 71d343a126793fc48d3bcfaa346d06be67d75e3e Author: Fabian Groffen gentoo org> AuthorDate: Fri Apr 6 11:01:28 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Apr 6 11:05:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d343a1 dev-libs/liblinear: marked ~x64-macos, bug #650848 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/liblinear/liblinear-220.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liblinear/liblinear-220.ebuild b/dev-libs/liblinear/liblinear-220.ebuild index aa78ae616b6..3080e1452cc 100644 --- a/dev-libs/liblinear/liblinear-220.ebuild +++ b/dev-libs/liblinear/liblinear-220.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-macos" IUSE="blas" RDEPEND="