diff options
author | Michael Weber <xmw@gentoo.org> | 2010-10-04 22:53:59 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-10-04 22:53:59 +0000 |
commit | 677bc2e735658db052f69a3adcc08847f5c5fb37 (patch) | |
tree | 5358aa8e5017efdba8bd5b8d3c4326e49f78d364 /sys-power/suspend/suspend-0.9_pre0.ebuild | |
parent | Version bump, now is splitted into pieces which have been added to cvs (diff) | |
download | gentoo-2-677bc2e735658db052f69a3adcc08847f5c5fb37.tar.gz gentoo-2-677bc2e735658db052f69a3adcc08847f5c5fb37.tar.bz2 gentoo-2-677bc2e735658db052f69a3adcc08847f5c5fb37.zip |
Add errno.patch
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-power/suspend/suspend-0.9_pre0.ebuild')
-rw-r--r-- | sys-power/suspend/suspend-0.9_pre0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/suspend/suspend-0.9_pre0.ebuild b/sys-power/suspend/suspend-0.9_pre0.ebuild index fe16bae6ced9..b3d9af97dc2b 100644 --- a/sys-power/suspend/suspend-0.9_pre0.ebuild +++ b/sys-power/suspend/suspend-0.9_pre0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.1 2010/10/03 20:29:33 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.2 2010/10/04 22:53:59 xmw Exp $ EAPI=2 @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_prepare() { + epatch "${FILESDIR}"/${PF}-errno.patch sed -i -e "/AC_INIT/s/0\.8/0.9-${MY_GIT_SHORT_COMMIT}/" configure.ac || die eautoreconf } |