diff options
author | 2011-02-21 17:09:57 +0000 | |
---|---|---|
committer | 2011-02-21 17:09:57 +0000 | |
commit | ad506ef238330cfef08d63fd718b58e6d87fcff2 (patch) | |
tree | 043a7b5226d62a67bc7dc5e4407254ea0bd76f34 /sys-block/parted/parted-2.3-r1.ebuild | |
parent | New ebuild: ayttm IM client (diff) | |
download | historical-ad506ef238330cfef08d63fd718b58e6d87fcff2.tar.gz historical-ad506ef238330cfef08d63fd718b58e6d87fcff2.tar.bz2 historical-ad506ef238330cfef08d63fd718b58e6d87fcff2.zip |
Fix from upstream gnulib for sandbox violations with git repos in higher dirs.
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'sys-block/parted/parted-2.3-r1.ebuild')
-rw-r--r-- | sys-block/parted/parted-2.3-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-block/parted/parted-2.3-r1.ebuild b/sys-block/parted/parted-2.3-r1.ebuild index 194ca38d73dc..bd33da3aefc0 100644 --- a/sys-block/parted/parted-2.3-r1.ebuild +++ b/sys-block/parted/parted-2.3-r1.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-block/parted/parted-2.3-r1.ebuild,v 1.1 2011/01/29 05:45:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-2.3-r1.ebuild,v 1.2 2011/02/21 17:09:57 vapier Exp $ EAPI="3" @@ -33,6 +33,8 @@ DEPEND=" " src_prepare() { + epatch "${FILESDIR}"/${P}-git-version-gen.patch #355045 + # Remove tests known to FAIL instead of SKIP without OS/userland support sed -i libparted/tests/Makefile.am \ -e 's|t3000-symlink.sh||g' || die "sed failed" |