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 D5F14138334 for ; Sun, 15 Sep 2019 09:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1981E08C8; Sun, 15 Sep 2019 09:21:00 +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 C6C5EE08C8 for ; Sun, 15 Sep 2019 09:21:00 +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 8BEC134B1CE for ; Sun, 15 Sep 2019 09:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D6D6FF for ; Sun, 15 Sep 2019 09:20:57 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1568539236.7d59feae14747923dc88b3bea51b6a919364b3ae.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libapparmor/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libapparmor/libapparmor-2.13.3.ebuild X-VCS-Directories: sys-libs/libapparmor/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7d59feae14747923dc88b3bea51b6a919364b3ae X-VCS-Branch: master Date: Sun, 15 Sep 2019 09:20:57 +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: c46090f5-74bf-4e28-bbba-382d7796c070 X-Archives-Hash: fad7e6030d55b464f86863ee4cd4b5b9 commit: 7d59feae14747923dc88b3bea51b6a919364b3ae Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 15 09:20:36 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 15 09:20:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d59feae sys-libs/libapparmor: Add ~arm keyword wrt bug #666318 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> sys-libs/libapparmor/libapparmor-2.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libapparmor/libapparmor-2.13.3.ebuild b/sys-libs/libapparmor/libapparmor-2.13.3.ebuild index 23bb73d7272..e0bd8181392 100644 --- a/sys-libs/libapparmor/libapparmor-2.13.3.ebuild +++ b/sys-libs/libapparmor/libapparmor-2.13.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${PV}. LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="doc +perl +python static-libs" REQUIRED_USE="${PYTHON_REQUIRED_USE}"