diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-01 17:42:24 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-01 17:42:24 +0000 |
commit | 4e42824a6fb475b365f3c4203ef60f6a9760acb3 (patch) | |
tree | 293ce834fc7bdedeb70dcfd02d49e62b8b21c90f /sys-apps/acl | |
parent | add virtual/os-headers to DEPEND #43246 (diff) | |
download | historical-4e42824a6fb475b365f3c4203ef60f6a9760acb3.tar.gz historical-4e42824a6fb475b365f3c4203ef60f6a9760acb3.tar.bz2 historical-4e42824a6fb475b365f3c4203ef60f6a9760acb3.zip |
like ppc, sparc, unset PLATFORM for ppc64
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/acl/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r2.ebuild | 3 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index e35c259bf08c..8d548dce7ede 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.24 2004/02/27 01:36:59 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.25 2004/03/01 17:42:16 tgall Exp $ + + 01 Mar 2004; Tom Gall <tgall@gentoo.org> acl-2.2.13-r2.ebuild: + bug #42937 affects ppc64 as well, utilize the same fix 27 Feb 2004; Luca Barbato <lu_zero@gentoo.org> acl-2.2.13-r2.ebuild: Fix bug #42937, same way used by sparc team diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index aa6fde09e38a..c2a6789244b3 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,10 +1,10 @@ -MD5 a2c32c3dde30b2ff9b282a7a1347f3e6 ChangeLog 3807 +MD5 769986fcaae47787385b35f01230eeca ChangeLog 3929 +MD5 8b5dd7d494d2ab7436fcb2853314a6c1 acl-2.1.1-r1.ebuild 1282 +MD5 4f9db4eb19e7b5ce22fd80d992705ae9 acl-2.2.13-r1.ebuild 1463 +MD5 57257c6adb053f578c10b1497c930b3a acl-2.2.13-r2.ebuild 1549 +MD5 75b39f308d9c1e4546fa7907c7b76f75 acl-2.2.13.ebuild 1398 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 ff3583e18976dbd02b910d2c97ecd75b acl-2.2.13-r1.ebuild 1462 -MD5 b83c8f23997d9324aa10e4c7bd18ef98 acl-2.2.13.ebuild 1397 -MD5 9544c6dea13a702ae1ab244b8cdf3721 acl-2.1.1-r1.ebuild 1281 -MD5 6aa459619af1684f91915a034818eb7e acl-2.2.13-r2.ebuild 1515 -MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r2 66 MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65 -MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r1 66 MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66 +MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r1 66 +MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r2 66 diff --git a/sys-apps/acl/acl-2.2.13-r2.ebuild b/sys-apps/acl/acl-2.2.13-r2.ebuild index de6717bda036..ae1a9d817cf0 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.7 2004/02/27 01:36:59 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.8 2004/03/01 17:42:16 tgall Exp $ S=${WORKDIR}/${P} DESCRIPTION="Access control list utilities, libraries and headers" @@ -21,6 +21,7 @@ src_compile() { DEBUG=-DNDEBUG [ `use sparc` ] && unset PLATFORM [ `use ppc` ] && unset PLATFORM + [ `use ppc64` ] && unset PLATFORM autoconf || die local myconf |