From 52e9d2be064418cce72b01fac21040631736aab2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 1 Feb 2011 00:04:03 +0000 Subject: remove a workaround for parallel build issues. (Portage version: 2.2.0_alpha19/cvs/Linux i686) --- sys-apps/openrc/ChangeLog | 5 ++++- sys-apps/openrc/openrc-9999.ebuild | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'sys-apps/openrc') diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 4d1e2b4b5a7c..0e4e313dba8e 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.130 2011/01/23 15:09:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.131 2011/02/01 00:04:03 williamh Exp $ + + 31 Jan 2011; William Hubbs openrc-9999.ebuild: + Bug #289264 is fixed upstream, so remove the sed that worked around it. 23 Jan 2011; William Hubbs openrc-9999.ebuild: Fix the /etc/conf.d/local.{start,stop} migration from baselayout-1 to diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 1f3a29866bfb..1322b2908b6b 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.75 2011/01/23 01:20:19 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.76 2011/02/01 00:04:03 williamh Exp $ EAPI="1" @@ -66,7 +66,6 @@ src_unpack() { cd "${S}" sed -i 's:0444:0644:' mk/sys.mk sed -i "/^DIR/s:/openrc:/${PF}:" doc/Makefile #241342 - sed -i '/^CFLAGS+=.*_CC_FLAGS_SH/d' mk/cc.mk #289264 # Allow user patches to be applied without modifying the ebuild epatch_user -- cgit v1.2.3-65-gdbad