summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-02-27 01:36:59 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-02-27 01:36:59 +0000
commit7cfc43772dfa369c245e4a7958162bbaf5145b18 (patch)
tree2365cc8fe4861948b2c9f436df5a8d6b5be805ba /sys-apps/acl
parentdont deprecate this profile (diff)
downloadgentoo-2-7cfc43772dfa369c245e4a7958162bbaf5145b18.tar.gz
gentoo-2-7cfc43772dfa369c245e4a7958162bbaf5145b18.tar.bz2
gentoo-2-7cfc43772dfa369c245e4a7958162bbaf5145b18.zip
Fix bug #42937
Diffstat (limited to 'sys-apps/acl')
-rw-r--r--sys-apps/acl/ChangeLog5
-rw-r--r--sys-apps/acl/acl-2.2.13-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog
index d0c55f29f00b..e35c259bf08c 100644
--- a/sys-apps/acl/ChangeLog
+++ b/sys-apps/acl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/acl
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.23 2004/02/25 18:53:24 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.24 2004/02/27 01:36:59 lu_zero Exp $
+
+ 27 Feb 2004; Luca Barbato <lu_zero@gentoo.org> acl-2.2.13-r2.ebuild:
+ Fix bug #42937, same way used by sparc team
25 Feb 2004; Tom Gall <tgall@gentoo.org> acl-2.2.13-r2.ebuild
Stable on ppc64
diff --git a/sys-apps/acl/acl-2.2.13-r2.ebuild b/sys-apps/acl/acl-2.2.13-r2.ebuild
index 389751d27ef1..de6717bda036 100644
--- a/sys-apps/acl/acl-2.2.13-r2.ebuild
+++ b/sys-apps/acl/acl-2.2.13-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.6 2004/02/25 18:53:24 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.7 2004/02/27 01:36:59 lu_zero Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Access control list utilities, libraries and headers"
@@ -9,7 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~amd64 ~ppc sparc alpha ~hppa ~mips ia64 ppc64"
+KEYWORDS="~x86 ~amd64 ppc sparc alpha ~hppa ~mips ia64 ppc64"
RDEPEND=">=sys-apps/attr-2.4
nls? ( sys-devel/gettext )"
@@ -20,7 +20,7 @@ src_compile() {
OPTIMIZER="${CFLAGS}"
DEBUG=-DNDEBUG
[ `use sparc` ] && unset PLATFORM
-
+ [ `use ppc` ] && unset PLATFORM
autoconf || die
local myconf