diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-04 21:31:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-04 21:31:18 +0000 |
commit | f3ed93e30011803b65cd175d7bcdb93c7ed805f7 (patch) | |
tree | 5d2a839f8d67036463fd8387056a9de834eaa924 /sys-apps/parted/parted-1.8.8.ebuild | |
parent | whitespace (diff) | |
download | historical-f3ed93e30011803b65cd175d7bcdb93c7ed805f7.tar.gz historical-f3ed93e30011803b65cd175d7bcdb93c7ed805f7.tar.bz2 historical-f3ed93e30011803b65cd175d7bcdb93c7ed805f7.zip |
Added a patch from Ryan Hill <dirtyepic@gentoo.org> to fix the tests failing. Closing bug #191116.
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'sys-apps/parted/parted-1.8.8.ebuild')
-rw-r--r-- | sys-apps/parted/parted-1.8.8.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/parted/parted-1.8.8.ebuild b/sys-apps/parted/parted-1.8.8.ebuild index 677d49fcc6da..fa6ad7c33763 100644 --- a/sys-apps/parted/parted-1.8.8.ebuild +++ b/sys-apps/parted/parted-1.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.8.ebuild,v 1.2 2007/08/22 17:32:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.8.ebuild,v 1.3 2007/09/04 21:31:18 wolf31o2 Exp $ DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="http://www.gnu.org/software/parted" @@ -20,6 +20,12 @@ DEPEND=">=sys-fs/e2fsprogs-1.27 selinux? ( sys-libs/libselinux ) device-mapper? ( sys-fs/device-mapper )" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-t3100-test-success.patch +} + src_compile() { econf \ $(use_with readline) \ |