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 DB46D58973 for ; Fri, 5 Feb 2016 05:48:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF6C221C00E; Fri, 5 Feb 2016 05:48: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 5B27521C00E for ; Fri, 5 Feb 2016 05:48:08 +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 432B1340A7F for ; Fri, 5 Feb 2016 05:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 824588E1 for ; Fri, 5 Feb 2016 05:48:02 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1454651268.1780901a3736b307ad9e0f3a9eb12f8f84446330.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1780901a3736b307ad9e0f3a9eb12f8f84446330 X-VCS-Branch: master Date: Fri, 5 Feb 2016 05:48:02 +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: 79f5623c-cf87-460b-b8b7-5b3b1916ae3c X-Archives-Hash: df574c4e535f2b00f7132f3e9646aad3 commit: 1780901a3736b307ad9e0f3a9eb12f8f84446330 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Feb 5 05:47:48 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Feb 5 05:47:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1780901a dev-libs/nettle: Stable for PPC64 (bug #573646). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches 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 7abf2b5..42143f0 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}] )"