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 314B91382C5 for ; Wed, 1 Jul 2020 12:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC911E092B; Wed, 1 Jul 2020 12:21:44 +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 D038AE0924 for ; Wed, 1 Jul 2020 12:21: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D113B34EEE4 for ; Wed, 1 Jul 2020 12:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D86FC2CA for ; Wed, 1 Jul 2020 12:21:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1593606083.36a08d89160e9f87963966adccbc6515a7a1e9ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/apg/apg-2.3.0b-r7.ebuild X-VCS-Directories: app-admin/apg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 36a08d89160e9f87963966adccbc6515a7a1e9ff X-VCS-Branch: master Date: Wed, 1 Jul 2020 12:21: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc334332-8fee-452c-9397-65dd1ca08280 X-Archives-Hash: 17a9e266b45e031d1d07a32c1283a8d7 commit: 36a08d89160e9f87963966adccbc6515a7a1e9ff Author: Sam James (sam_c) cmpct info> AuthorDate: Mon Jun 29 15:20:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 1 12:21:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a08d89 app-admin/apg: arm keyworded (bug #728494) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Michał Górny gentoo.org> app-admin/apg/apg-2.3.0b-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/apg/apg-2.3.0b-r7.ebuild b/app-admin/apg/apg-2.3.0b-r7.ebuild index a525c799fd5..77a760e1baf 100644 --- a/app-admin/apg/apg-2.3.0b-r7.ebuild +++ b/app-admin/apg/apg-2.3.0b-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://www.adel.nursat.kz/apg/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="cracklib" DEPEND="cracklib? ( sys-libs/cracklib )"