diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-07-12 03:55:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-12 03:55:13 +0000 |
commit | f2aa5fb212096b3cb12383a7645654a0a7319643 (patch) | |
tree | 6e3ac1a7f09e513306c0336bcad56645d79c348a /dev-libs/dietlibc | |
parent | Add fixes from upstream for `mount -a` segfault #366213 and `umount -l` stall... (diff) | |
download | gentoo-2-f2aa5fb212096b3cb12383a7645654a0a7319643.tar.gz gentoo-2-f2aa5fb212096b3cb12383a7645654a0a7319643.tar.bz2 gentoo-2-f2aa5fb212096b3cb12383a7645654a0a7319643.zip |
Convert from old `test_flag` to new `test-flag`.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/dietlibc')
-rw-r--r-- | dev-libs/dietlibc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/dietlibc/dietlibc-0.28.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/dietlibc/ChangeLog b/dev-libs/dietlibc/ChangeLog index 24e2f612b975..0b8ef41ae159 100644 --- a/dev-libs/dietlibc/ChangeLog +++ b/dev-libs/dietlibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dietlibc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.86 2011/05/14 06:23:00 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/ChangeLog,v 1.87 2011/07/12 03:55:13 vapier Exp $ + + 12 Jul 2011; Mike Frysinger <vapier@gentoo.org> dietlibc-0.28.ebuild: + Convert from old `test_flag` to new `test-flag`. 14 May 2011; Benedikt Böhm <hollow@gentoo.org> dietlibc-0.33_pre20100626.ebuild: diff --git a/dev-libs/dietlibc/dietlibc-0.28.ebuild b/dev-libs/dietlibc/dietlibc-0.28.ebuild index e327a5d7b387..b5cb021b15bd 100644 --- a/dev-libs/dietlibc/dietlibc-0.28.ebuild +++ b/dev-libs/dietlibc/dietlibc-0.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.28.ebuild,v 1.11 2007/08/25 22:37:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.28.ebuild,v 1.12 2011/07/12 03:55:13 vapier Exp $ inherit eutils flag-o-matic @@ -32,7 +32,7 @@ src_unpack() { replace-sparc64-flags #45716 # Fix for not available gcc option on hppa (20 Jul 2005) KillerFox - test_flag -fno-stack-protector && append-flags -D__dietlibc__ -fno-stack-protector-all -fno-stack-protector + test-flag -fno-stack-protector && append-flags -D__dietlibc__ -fno-stack-protector-all -fno-stack-protector epatch "${FILESDIR}"/dietlibc-0.28-Makefile.patch } |