diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-19 22:46:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-19 22:46:51 +0000 |
commit | 8cc27e43399cf9b6949c52eb0805df30c5378df2 (patch) | |
tree | c5ab02f1ea2bc002a69a483e2937b2f934111e89 /sys-power/apcupsd/apcupsd-3.12.4.ebuild | |
parent | fix dbus check as per bug #158413 (diff) | |
download | gentoo-2-8cc27e43399cf9b6949c52eb0805df30c5378df2.tar.gz gentoo-2-8cc27e43399cf9b6949c52eb0805df30c5378df2.tar.bz2 gentoo-2-8cc27e43399cf9b6949c52eb0805df30c5378df2.zip |
Backport parallel-build disable change from upstream #156980.
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'sys-power/apcupsd/apcupsd-3.12.4.ebuild')
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.12.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/apcupsd/apcupsd-3.12.4.ebuild b/sys-power/apcupsd/apcupsd-3.12.4.ebuild index 8bad2ca506ee..d02bb4bde6c4 100644 --- a/sys-power/apcupsd/apcupsd-3.12.4.ebuild +++ b/sys-power/apcupsd/apcupsd-3.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.4.ebuild,v 1.4 2006/12/19 22:19:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.4.ebuild,v 1.5 2006/12/19 22:46:51 vapier Exp $ WEBAPP_MANUAL_SLOT="yes" inherit eutils webapp @@ -33,6 +33,7 @@ src_unpack() { epatch "${FILESDIR}"/${PV}/etc.patch epatch "${FILESDIR}"/${PV}/exit-status-build.patch epatch "${FILESDIR}"/${PV}/no-strip.patch + epatch "${FILESDIR}"/${PV}/no-parallel.patch } src_compile() { |