From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1003263-garchives=archives.gentoo.org@lists.gentoo.org> 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 7AB8D1382C5 for <garchives@archives.gentoo.org>; Tue, 13 Feb 2018 13:17:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95060E0BC6; Tue, 13 Feb 2018 13:17:19 +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 72BC2E0BC6 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 13:17:18 +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 E3317335C2E for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 13:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75DFF1DE for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 13:17:16 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1518527724.8bfcda3388c2e7ca5ed90a0fb541322cc6bad8a6.mrueg@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.12.0.ebuild X-VCS-Directories: sys-libs/libapparmor/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8bfcda3388c2e7ca5ed90a0fb541322cc6bad8a6 X-VCS-Branch: master Date: Tue, 13 Feb 2018 13:17:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 724db3ab-a394-48e3-a7e0-bc22a4a53bcf X-Archives-Hash: 8c26bbfee8ffd27d4cab0c1962625569 commit: 8bfcda3388c2e7ca5ed90a0fb541322cc6bad8a6 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 13:15:24 2018 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 13:15:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfcda33 sys-libs/libapparmor: Stabilize on amd64 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/libapparmor/libapparmor-2.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libapparmor/libapparmor-2.12.0.ebuild b/sys-libs/libapparmor/libapparmor-2.12.0.ebuild index 026e70ab2e8..0743c002fa4 100644 --- a/sys-libs/libapparmor/libapparmor-2.12.0.ebuild +++ b/sys-libs/libapparmor/libapparmor-2.12.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://launchpad.net/apparmor/${MY_PV}/${PV}/+download/apparmor-${MY_P LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc +perl +python static-libs" REQUIRED_USE="${PYTHON_REQUIRED_USE}"