sys-apps/apply-default-acl: stabilize v0.0.6 on x86 and amd64.
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 12 Dec 2016 14:28:04 +0000 (09:28 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 12 Dec 2016 14:31:02 +0000 (09:31 -0500)
Maintainer stabilization: the stabilization request for this was only
filed about a month ago, but the new version contains an important fix
to symlink handling that should go stable as soon as possible. (Contrary
to the documentation, symlinks *were* followed in v0.0.4.)

I regularly use this package on both x86 and amd64, and it passes the
test suite on both architectures.

Gentoo-Bug: 599172

Package-Manager: portage-2.3.0

sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild

index afd883293f14d4abf7a4f3cecdad3be1a4c916aa..95bf2049949c6c624921a5cadb98d134fc71f1be 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="sys-apps/acl"
 RDEPEND="${DEPEND}"