diff options
author | William Hubbs <williamh@gentoo.org> | 2011-02-01 00:04:03 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-02-01 00:04:03 +0000 |
commit | 52e9d2be064418cce72b01fac21040631736aab2 (patch) | |
tree | 6054fc07d042a47b0d625814a1f8b24f703850e6 /sys-apps/openrc | |
parent | scp-1.2.6 requires at least pygobject-2.21.5. Bug 352958, discovered by Kacpe... (diff) | |
download | gentoo-2-52e9d2be064418cce72b01fac21040631736aab2.tar.gz gentoo-2-52e9d2be064418cce72b01fac21040631736aab2.tar.bz2 gentoo-2-52e9d2be064418cce72b01fac21040631736aab2.zip |
remove a workaround for parallel build issues.
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
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 <williamh@gentoo.org> openrc-9999.ebuild: + Bug #289264 is fixed upstream, so remove the sed that worked around it. 23 Jan 2011; William Hubbs <williamh@gentoo.org> 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 |