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 15EFD1388C0 for ; Sun, 28 Feb 2016 06:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2E221C08C; Sun, 28 Feb 2016 06:51:29 +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 0704621C081 for ; Sun, 28 Feb 2016 06:51:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35101340B07 for ; Sun, 28 Feb 2016 06:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15022209A for ; Sun, 28 Feb 2016 06:51:23 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456642141.f4ee03be48e49e2bac4cde5fb3b8bbcb371b039e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libsodium/libsodium-1.0.8.ebuild X-VCS-Directories: dev-libs/libsodium/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f4ee03be48e49e2bac4cde5fb3b8bbcb371b039e X-VCS-Branch: master Date: Sun, 28 Feb 2016 06:51:23 +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: ce9f0b6d-f3e7-40a3-8318-9cb86939ac1c X-Archives-Hash: 3bbdd7b9516881842c81e8a4493f954c commit: f4ee03be48e49e2bac4cde5fb3b8bbcb371b039e Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:49:01 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:49:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ee03be dev-libs/libsodium: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-libs/libsodium/libsodium-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libsodium/libsodium-1.0.8.ebuild b/dev-libs/libsodium/libsodium-1.0.8.ebuild index dda09ab..ab4b751 100644 --- a/dev-libs/libsodium/libsodium-1.0.8.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.8.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz" LICENSE="ISC" SLOT="0/18" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+asm minimal static-libs +urandom" src_configure() {