summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-04-20 03:44:38 +0000
committerTravis Tilley <lv@gentoo.org>2004-04-20 03:44:38 +0000
commitf6bbfbf4bef2fd01b6c7791bb4f814b7176b6a90 (patch)
tree1217ce5a87593fab3e99132a3e53155e01695679 /sys-apps/util-linux
parentah, the editor of the gods, and stable on ppc64 (Manifest recommit) (diff)
downloadgentoo-2-f6bbfbf4bef2fd01b6c7791bb4f814b7176b6a90.tar.gz
gentoo-2-f6bbfbf4bef2fd01b6c7791bb4f814b7176b6a90.tar.bz2
gentoo-2-f6bbfbf4bef2fd01b6c7791bb4f814b7176b6a90.zip
filtering -fPIC on amd64 is a pretty dumb idea... lets not do that, mmkay?
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/ChangeLog7
-rw-r--r--sys-apps/util-linux/util-linux-2.11z-r9.ebuild4
-rw-r--r--sys-apps/util-linux/util-linux-2.12-r2.ebuild4
-rw-r--r--sys-apps/util-linux/util-linux-2.12-r3.ebuild4
-rw-r--r--sys-apps/util-linux/util-linux-2.12-r4.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index 3b37fd91c3ea..a897e5492205 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/util-linux
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.76 2004/04/07 19:49:23 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.77 2004/04/20 03:44:38 lv Exp $
+
+ 19 Apr 2004; Travis Tilley <lv@gentoo.org> util-linux-2.11z-r9.ebuild,
+ util-linux-2.12-r2.ebuild, util-linux-2.12-r3.ebuild,
+ util-linux-2.12-r4.ebuild:
+ filtering -fPIC on amd64 is a dumb idea
07 Apr 2004; Joshua Kinard <kumba@gentoo.org> util-linux-2.12-r5.ebuild:
Marked stable on mips.
diff --git a/sys-apps/util-linux/util-linux-2.11z-r9.ebuild b/sys-apps/util-linux/util-linux-2.11z-r9.ebuild
index e94c7f27eb7f..7db027559c8c 100644
--- a/sys-apps/util-linux/util-linux-2.11z-r9.ebuild
+++ b/sys-apps/util-linux/util-linux-2.11z-r9.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/util-linux/util-linux-2.11z-r9.ebuild,v 1.3 2004/03/07 09:21:48 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r9.ebuild,v 1.4 2004/04/20 03:44:38 lv Exp $
IUSE="crypt nls static pam"
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic
## see below for details on pic.patch
case ${ARCH} in
- "x86"|"hppa"|"sparc64"|"ppc"|"mips")
+ "x86"|"hppa"|"sparc64"|"ppc"|"mips"|"amd64")
;;
*)
filter-flags -fPIC
diff --git a/sys-apps/util-linux/util-linux-2.12-r2.ebuild b/sys-apps/util-linux/util-linux-2.12-r2.ebuild
index a3ca90659259..e7762cf7ff5d 100644
--- a/sys-apps/util-linux/util-linux-2.12-r2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.12-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/util-linux/util-linux-2.12-r2.ebuild,v 1.3 2004/03/07 09:21:48 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12-r2.ebuild,v 1.4 2004/04/20 03:44:38 lv Exp $
IUSE="crypt nls static pam selinux"
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic
## see below for details on pic.patch
case ${ARCH} in
- "x86"|"hppa"|"sparc"|"ppc")
+ "x86"|"hppa"|"sparc"|"ppc"|"amd64")
;;
*)
filter-flags -fPIC
diff --git a/sys-apps/util-linux/util-linux-2.12-r3.ebuild b/sys-apps/util-linux/util-linux-2.12-r3.ebuild
index 24ced3a6099c..d9f506b4c315 100644
--- a/sys-apps/util-linux/util-linux-2.12-r3.ebuild
+++ b/sys-apps/util-linux/util-linux-2.12-r3.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/util-linux/util-linux-2.12-r3.ebuild,v 1.5 2004/02/23 00:53:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12-r3.ebuild,v 1.6 2004/04/20 03:44:38 lv Exp $
IUSE="crypt nls static pam selinux"
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic
## see below for details on pic.patch
case ${ARCH} in
- "x86"|"hppa"|"sparc"|"ppc")
+ "x86"|"hppa"|"sparc"|"ppc"|"amd64")
;;
*)
filter-flags -fPIC
diff --git a/sys-apps/util-linux/util-linux-2.12-r4.ebuild b/sys-apps/util-linux/util-linux-2.12-r4.ebuild
index 19f9ab4d0767..bc8d71bce718 100644
--- a/sys-apps/util-linux/util-linux-2.12-r4.ebuild
+++ b/sys-apps/util-linux/util-linux-2.12-r4.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/util-linux/util-linux-2.12-r4.ebuild,v 1.8 2004/04/01 07:02:46 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12-r4.ebuild,v 1.9 2004/04/20 03:44:38 lv Exp $
IUSE="crypt nls static pam selinux"
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic
## see below for details on pic.patch
case ${ARCH} in
- "x86"|"hppa"|"sparc"|"ppc")
+ "x86"|"hppa"|"sparc"|"ppc"|"amd64")
;;
*)
filter-flags -fPIC