summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ostrow <dostrow@gentoo.org>2005-04-07 00:49:19 +0000
committerDaniel Ostrow <dostrow@gentoo.org>2005-04-07 00:49:19 +0000
commit0e4f7b4d6c7c69471b1158406fe1cc6ee63ff59a (patch)
treeefbca8e86c46a2a61ca500794f8bfaf92302be56 /dev-util/pkgconfig
parentmerge bsd fixes by Diego Pettenò #88079 (diff)
downloadgentoo-2-0e4f7b4d6c7c69471b1158406fe1cc6ee63ff59a.tar.gz
gentoo-2-0e4f7b4d6c7c69471b1158406fe1cc6ee63ff59a.tar.bz2
gentoo-2-0e4f7b4d6c7c69471b1158406fe1cc6ee63ff59a.zip
Changes for ppc64 hardened
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r--dev-util/pkgconfig/ChangeLog7
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.12.0.ebuild4
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.14.0.ebuild4
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.15.0.ebuild9
4 files changed, 14 insertions, 10 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog
index 44042c426e8c..aa936ced92fb 100644
--- a/dev-util/pkgconfig/ChangeLog
+++ b/dev-util/pkgconfig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/pkgconfig
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.20 2004/07/02 05:11:55 eradicator Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.21 2005/04/07 00:49:19 dostrow Exp $
+
+ 06 Apr 2005; Daniel Ostrow <dostrow@gentoo.org> pkgconfig-0.15.0.ebuild:
+ Changes for ppc64-hardened
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
pkgconfig-0.12.0.ebuild, pkgconfig-0.14.0.ebuild, pkgconfig-0.15.0.ebuild:
diff --git a/dev-util/pkgconfig/pkgconfig-0.12.0.ebuild b/dev-util/pkgconfig/pkgconfig-0.12.0.ebuild
index fdf45b352607..adf4c0aa9b63 100644
--- a/dev-util/pkgconfig/pkgconfig-0.12.0.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.12.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.12.0.ebuild,v 1.15 2004/07/15 00:00:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.12.0.ebuild,v 1.16 2005/04/07 00:49:19 dostrow Exp $
DESCRIPTION="Package Config system that manages compile/link flags for libraries"
SRC_URI="http://www.freedesktop.org/software/pkgconfig/releases/${P}.tar.gz"
diff --git a/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild b/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild
index dcbedff0cb28..5f8ed5ed15fd 100644
--- a/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild,v 1.12 2004/07/15 00:00:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild,v 1.13 2005/04/07 00:49:19 dostrow Exp $
DESCRIPTION="Package Config system that manages compile/link flags for libraries"
SRC_URI="http://www.freedesktop.org/software/pkgconfig/releases/${P}.tar.gz"
diff --git a/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild b/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild
index 0cedba8f5426..9f3795b7e35a 100644
--- a/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild,v 1.22 2004/10/23 07:41:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.15.0.ebuild,v 1.23 2005/04/07 00:49:19 dostrow Exp $
-inherit gnuconfig
+inherit gnuconfig flag-o-matic
DESCRIPTION="Package Config system that manages compile/link flags for libraries"
HOMEPAGE="http://www.freedesktop.org/software/pkgconfig/"
@@ -11,7 +11,7 @@ SRC_URI="http://www.freedesktop.org/software/pkgconfig/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 ppc-macos"
-IUSE=""
+IUSE="hardened"
DEPEND="virtual/libc"
@@ -19,6 +19,7 @@ src_unpack() {
unpack ${A}
cd ${S}
gnuconfig_update
+ (use ppc64 && use hardened) && replace-flags -O[2-3] -O1
}
src_install() {