From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1063566-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 4C009138335 for <garchives@archives.gentoo.org>; Mon, 24 Dec 2018 19:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54DB6E0985; Mon, 24 Dec 2018 19:41:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2DD10E0985 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Dec 2018 19:41:28 +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 E91E5335C3D for <gentoo-commits@lists.gentoo.org>; Mon, 24 Dec 2018 19:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2F8B4CD for <gentoo-commits@lists.gentoo.org>; Mon, 24 Dec 2018 19:41:24 +0000 (UTC) From: "Michael Orlitzky" <mjo@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, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1545680216.09d7cb728ee9f5d91b7fcc830d5470c16bfa76cc.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/apply-default-acl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild X-VCS-Directories: sys-apps/apply-default-acl/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 09d7cb728ee9f5d91b7fcc830d5470c16bfa76cc X-VCS-Branch: master Date: Mon, 24 Dec 2018 19:41:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fc11def-2227-40d6-befd-9df7fbe82b81 X-Archives-Hash: 2978e2ff68ce8225024b9a0f2f51d421 commit: 09d7cb728ee9f5d91b7fcc830d5470c16bfa76cc Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Dec 24 19:36:56 2018 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Dec 24 19:36:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d7cb72 sys-apps/apply-default-acl: maintainer stable v0.4.2 on x86 and amd64. This is a quick stabilization, but v0.4.1 (the previous stable version) contains a bad bug with security implications. The new version is tested and works fine on x86 and amd64, the only arches I have direct access to. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild b/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild index 20c15e300e0..a35fd4c488a 100644 --- a/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild +++ b/sys-apps/apply-default-acl/apply-default-acl-0.4.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="sys-apps/acl" RDEPEND="${DEPEND}"