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 9612B1396D0 for ; Mon, 28 Aug 2017 04:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D992AE0DD1; Mon, 28 Aug 2017 04:42:03 +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 B76A6E0DD1 for ; Mon, 28 Aug 2017 04:42:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C3B05341BC9 for ; Mon, 28 Aug 2017 04:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0BDB852F for ; Mon, 28 Aug 2017 04:42:00 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1503895279.4ad4495cd047f2425bdbd85f6d5284a021e09167.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libscrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libscrypt/libscrypt-1.21.ebuild X-VCS-Directories: app-crypt/libscrypt/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 4ad4495cd047f2425bdbd85f6d5284a021e09167 X-VCS-Branch: master Date: Mon, 28 Aug 2017 04:42:00 +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: 9fe3ec18-3f97-44e2-8743-345341e08b08 X-Archives-Hash: f380b44faad14050ca8782747850bcdf commit: 4ad4495cd047f2425bdbd85f6d5284a021e09167 Author: Markus Meier gentoo org> AuthorDate: Mon Aug 28 04:41:19 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Mon Aug 28 04:41:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad4495c app-crypt/libscrypt: arm stable, bug #623388 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" app-crypt/libscrypt/libscrypt-1.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/libscrypt/libscrypt-1.21.ebuild b/app-crypt/libscrypt/libscrypt-1.21.ebuild index 416adce6238..399a6e77342 100644 --- a/app-crypt/libscrypt/libscrypt-1.21.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.21.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=""