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 9332C58973 for ; Thu, 4 Feb 2016 12:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 274B521C018; Thu, 4 Feb 2016 12:06:39 +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 C004621C018 for ; Thu, 4 Feb 2016 12:06:38 +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 A901C340ABF for ; Thu, 4 Feb 2016 12:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7908E1 for ; Thu, 4 Feb 2016 12:06:35 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1454587585.e167bc8b64ec975a2a3fc85840da0e4b3a5a4a35.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nettle/nettle-3.2.ebuild X-VCS-Directories: dev-libs/nettle/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e167bc8b64ec975a2a3fc85840da0e4b3a5a4a35 X-VCS-Branch: master Date: Thu, 4 Feb 2016 12:06:35 +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: 21055666-82a8-41a6-b251-ceb128454054 X-Archives-Hash: d2af5f0eca07edf075b7ed206d42a234 commit: e167bc8b64ec975a2a3fc85840da0e4b3a5a4a35 Author: Tobias Klausmann gentoo org> AuthorDate: Thu Feb 4 12:06:25 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Feb 4 12:06:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e167bc8b dev-libs/nettle: add alpha keyword Gentoo-Bug: 573646 Package-Manager: portage-2.2.27 dev-libs/nettle/nettle-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/nettle/nettle-3.2.ebuild b/dev-libs/nettle/nettle-3.2.ebuild index 21a6504..986abc5 100644 --- a/dev-libs/nettle/nettle-3.2.ebuild +++ b/dev-libs/nettle/nettle-3.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0/6" # subslot = libnettle soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes" DEPEND="gmp? ( dev-libs/gmp:0[${MULTILIB_USEDEP}] )"