diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-28 14:07:26 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-28 14:07:26 +0000 |
commit | d848d7130fcb6988ae8e0769c2da5ee4a7e020a8 (patch) | |
tree | 9642b421038bcb371ea7516126e9888a9630c077 /sys-apps/acl | |
parent | Include virtual/logger in RDEPEND, as the initscript already specifies 'need ... (diff) | |
download | historical-d848d7130fcb6988ae8e0769c2da5ee4a7e020a8.tar.gz historical-d848d7130fcb6988ae8e0769c2da5ee4a7e020a8.tar.bz2 historical-d848d7130fcb6988ae8e0769c2da5ee4a7e020a8.zip |
Stable on ppc64; bug #197204
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.45.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index ed05be604fc9..a5ba9bf9dd87 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/acl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.83 2007/10/28 01:16:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.84 2007/10/28 14:07:26 corsair Exp $ + + 28 Oct 2007; Markus Rothe <corsair@gentoo.org> acl-2.2.45.ebuild: + Stable on ppc64; bug #197204 28 Oct 2007; Andrej Kacian <ticho@gentoo.org> acl-2.2.45.ebuild: Stable on x86, bug #197204. diff --git a/sys-apps/acl/acl-2.2.45.ebuild b/sys-apps/acl/acl-2.2.45.ebuild index 4050d21e9d1c..74734ea78d3c 100644 --- a/sys-apps/acl/acl-2.2.45.ebuild +++ b/sys-apps/acl/acl-2.2.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.45.ebuild,v 1.3 2007/10/28 01:16:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.45.ebuild,v 1.4 2007/10/28 14:07:26 corsair Exp $ inherit eutils autotools toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="nfs nls" RDEPEND=">=sys-apps/attr-2.4 |