summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McCabe <randy@gentoo.org>2004-05-07 01:14:55 +0000
committerMichael McCabe <randy@gentoo.org>2004-05-07 01:14:55 +0000
commit531fab34f35b653d820ca8348600a27e9e460a8c (patch)
tree5772183ef474346d3d6871961183156398038d99 /sys-apps/acl
parentInitial import thanks to Robert Varga <nite@hq.alert.sk> in bug #48468 (diff)
downloadhistorical-531fab34f35b653d820ca8348600a27e9e460a8c.tar.gz
historical-531fab34f35b653d820ca8348600a27e9e460a8c.tar.bz2
historical-531fab34f35b653d820ca8348600a27e9e460a8c.zip
Unset platform for s390
Diffstat (limited to 'sys-apps/acl')
-rw-r--r--sys-apps/acl/ChangeLog5
-rw-r--r--sys-apps/acl/Manifest12
-rw-r--r--sys-apps/acl/acl-2.2.13-r2.ebuild3
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog
index 783716338097..8fdf5fc11a07 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.26 2004/04/17 08:01:55 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.27 2004/05/07 01:14:55 randy Exp $
+
+ 06 May 2004; Michael McCabe <randy@gentoo.org> acl-2.2.13-r2.ebuild:
+ Unset platform variable for s390
17 Apr 2004; Travis Tilley <lv@gentoo.org> acl-2.2.13-r1.ebuild,
acl-2.2.13-r2.ebuild, acl-2.2.13.ebuild:
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest
index 831a87b92c7a..e05401539af2 100644
--- a/sys-apps/acl/Manifest
+++ b/sys-apps/acl/Manifest
@@ -1,10 +1,10 @@
-MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65
-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
-MD5 1e2d492cbe9300d9d6f1d4ea794f1396 ChangeLog 4065
+MD5 9a120cf1ad6ad310e888bd4b9ac47ac4 ChangeLog 4175
MD5 b9ea93ded97a1a1f3eea2ae938262180 acl-2.1.1-r1.ebuild 1277
MD5 f9a2bf4c0f08bde261133a625bc455a9 acl-2.2.13-r1.ebuild 1457
-MD5 af4b11c46de76db9fc42ae7381d1d069 acl-2.2.13-r2.ebuild 1462
+MD5 8a8f44b0ab584fb0a3f2e6b01ecd26e8 acl-2.2.13-r2.ebuild 1489
MD5 408b22e7cf2921d551c6435188306466 acl-2.2.13.ebuild 1391
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65
+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 342092c3faff..986632718aac 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.11 2004/05/01 21:58:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.12 2004/05/07 01:14:55 randy Exp $
DESCRIPTION="Access control list utilities, libraries and headers"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
@@ -22,6 +22,7 @@ src_compile() {
use sparc && unset PLATFORM
use ppc && unset PLATFORM
use ppc64 && unset PLATFORM
+ use s390 && unset PLATFORM
autoconf || die
./configure \