summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-04-30 12:50:03 +0000
committerMichael Weber <xmw@gentoo.org>2013-04-30 12:50:03 +0000
commitd7b149504cc32b9ec8f02071906acb0c6f8632ba (patch)
tree44632de6e5ff332029cb0bd2748db88d687033df /sys-power/suspend/suspend-1.0.ebuild
parentUpdated makefile patch for 1.8.1 (diff)
downloadhistorical-d7b149504cc32b9ec8f02071906acb0c6f8632ba.tar.gz
historical-d7b149504cc32b9ec8f02071906acb0c6f8632ba.tar.bz2
historical-d7b149504cc32b9ec8f02071906acb0c6f8632ba.zip
Fix automake-1.13, thanks F. Delente, bug 467950.
Package-Manager: portage-2.2.0_alpha173/cvs/Linux x86_64 Manifest-Sign-Key: 0x62EEF090
Diffstat (limited to 'sys-power/suspend/suspend-1.0.ebuild')
-rw-r--r--sys-power/suspend/suspend-1.0.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-power/suspend/suspend-1.0.ebuild b/sys-power/suspend/suspend-1.0.ebuild
index 86f90f967746..96846e5cbb87 100644
--- a/sys-power/suspend/suspend-1.0.ebuild
+++ b/sys-power/suspend/suspend-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.4 2012/05/22 13:26:18 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.5 2013/04/30 12:49:50 xmw Exp $
EAPI=4
@@ -33,8 +33,10 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${P/-/-utils-}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-errno.patch
- epatch "${FILESDIR}"/${P}-bzip2.patch
+ epatch \
+ "${FILESDIR}"/${P}-errno.patch \
+ "${FILESDIR}"/${P}-bzip2.patch \
+ "${FILESDIR}"/${P}-automake-1.13.patch
eautoreconf
}