diff options
author | 2004-12-16 06:13:06 +0000 | |
---|---|---|
committer | 2004-12-16 06:13:06 +0000 | |
commit | d605634c77cf213074328a21a8707c489bae3bf5 (patch) | |
tree | 42b6f84ec08acb28e02364e870d1243b1479d106 /sys-apps/acl | |
parent | fix libtool issues, closes bug 74534 (Manifest recommit) (diff) | |
download | gentoo-2-d605634c77cf213074328a21a8707c489bae3bf5.tar.gz gentoo-2-d605634c77cf213074328a21a8707c489bae3bf5.tar.bz2 gentoo-2-d605634c77cf213074328a21a8707c489bae3bf5.zip |
Stable on amd64. Closes bug 73277.
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index 15233046e453..afd45a7cb2d0 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/acl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.39 2004/12/06 14:01:37 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.40 2004/12/16 06:13:06 absinthe Exp $ + + 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> acl-2.2.27.ebuild: + Stable on amd64. Closes bug 73277. 07 Dec 2004; Joseph Jezak <josejx@gentoo.org> acl-2.2.27.ebuild: Marked ppc stable for bug #73280. diff --git a/sys-apps/acl/acl-2.2.27.ebuild b/sys-apps/acl/acl-2.2.27.ebuild index 900e62959dbf..5c0eae3eaa37 100644 --- a/sys-apps/acl/acl-2.2.27.ebuild +++ b/sys-apps/acl/acl-2.2.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.27.ebuild,v 1.10 2004/12/06 14:01:37 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.27.ebuild,v 1.11 2004/12/16 06:13:06 absinthe Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls debug" RESTRICT="nomirror" # to let new digests propogate #70997 |