diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-12-12 09:28:04 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-12-12 09:31:02 -0500 |
commit | c3e61b2db56a0601e9363c1921029325044b0813 (patch) | |
tree | 4c0f287a586422bf6ea374af39caf1b34a71043d /sys-apps/apply-default-acl | |
parent | dev-python/rope_py3k: initial import (diff) | |
download | gentoo-c3e61b2db56a0601e9363c1921029325044b0813.tar.gz gentoo-c3e61b2db56a0601e9363c1921029325044b0813.tar.bz2 gentoo-c3e61b2db56a0601e9363c1921029325044b0813.zip |
sys-apps/apply-default-acl: stabilize v0.0.6 on x86 and amd64.
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
Diffstat (limited to 'sys-apps/apply-default-acl')
-rw-r--r-- | sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild b/sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild index afd883293f14..95bf2049949c 100644 --- a/sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild +++ b/sys-apps/apply-default-acl/apply-default-acl-0.0.6.ebuild @@ -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}" |