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 E0BA31396D0 for ; Wed, 6 Sep 2017 14:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49865E0CCD; Wed, 6 Sep 2017 14:50:11 +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 296D8E0CCD for ; Wed, 6 Sep 2017 14:50:11 +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 95FCD33D3CE for ; Wed, 6 Sep 2017 14:50:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CBA98B8F for ; Wed, 6 Sep 2017 14:50:04 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1504709342.3aa0ad1cbce3028aa114315239c74285e7d34162.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.28.2.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3aa0ad1cbce3028aa114315239c74285e7d34162 X-VCS-Branch: master Date: Wed, 6 Sep 2017 14:50:04 +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: 7e378a88-3b65-41ae-8d3b-bf076b378196 X-Archives-Hash: 5bf0b868d2914d199925946a288a78a1 commit: 3aa0ad1cbce3028aa114315239c74285e7d34162 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Sep 6 14:49:02 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Sep 6 14:49:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa0ad1c sys-apps/util-linux-2.28.2: arm64 stable Tested-by: Steev Klimaszewski gentoo.org> Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-apps/util-linux/util-linux-2.28.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/util-linux/util-linux-2.28.2.ebuild b/sys-apps/util-linux/util-linux-2.28.2.ebuild index 47c1414d8e6..ff8f436432d 100644 --- a/sys-apps/util-linux/util-linux-2.28.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.28.2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-2 autotools EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" else - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" fi