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 E8EBE59CAF for ; Sun, 3 Apr 2016 20:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56E9721C07C; Sun, 3 Apr 2016 20:11:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95B3B21C019 for ; Sun, 3 Apr 2016 20:11:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FB4F340CEE for ; Sun, 3 Apr 2016 20:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88EFC15F for ; Sun, 3 Apr 2016 20:11:40 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1459714279.a73fcdfa2d437fd9b8f39b1da8542777551e7f89.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/uid_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild X-VCS-Directories: sys-libs/uid_wrapper/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: a73fcdfa2d437fd9b8f39b1da8542777551e7f89 X-VCS-Branch: master Date: Sun, 3 Apr 2016 20:11:40 +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: 77dae58e-d341-4a7a-afdc-819f76a83a48 X-Archives-Hash: f369fe5187f9b3a075fe07681597ea99 commit: a73fcdfa2d437fd9b8f39b1da8542777551e7f89 Author: Stephen L Arnold gentoo org> AuthorDate: Sun Apr 3 20:05:30 2016 +0000 Commit: Steve Arnold gentoo org> CommitDate: Sun Apr 3 20:11:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73fcdfa sys-libs/uid_wrapper: keyword for ~arm Package-Manager: portage-2.2.28 sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild b/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild index 082dbdb..3afaa9a 100644 --- a/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild +++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz https://ftp.samba.org/pub/cwrap/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ia64 ppc ppc64 x86" IUSE="test" DEPEND=""