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
commit38e37edfc07d22e9fe162bfc801d026f28498ffb (patch)
treebf1133bbb473a97fe7516fd99c7f75c1c5a76200 /sys-apps/acl
parentInitial import thanks to Robert Varga <nite@hq.alert.sk> in bug #48468 (Manif... (diff)
downloadgentoo-2-38e37edfc07d22e9fe162bfc801d026f28498ffb.tar.gz
gentoo-2-38e37edfc07d22e9fe162bfc801d026f28498ffb.tar.bz2
gentoo-2-38e37edfc07d22e9fe162bfc801d026f28498ffb.zip
Unset platform for s390
Diffstat (limited to 'sys-apps/acl')
-rw-r--r--sys-apps/acl/ChangeLog5
-rw-r--r--sys-apps/acl/acl-2.2.13-r2.ebuild3
2 files changed, 6 insertions, 2 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/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 \