diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-19 00:47:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-19 00:47:39 +0000 |
commit | 9c3b544669812709d97606f19aa728b7057a553e (patch) | |
tree | 6c865831ef59f6a5a37f24d2e4279b58678e7593 /sys-apps/util-linux | |
parent | Added installation of examples based on doc USE flag and closing bug #76843. (diff) | |
download | gentoo-2-9c3b544669812709d97606f19aa728b7057a553e.tar.gz gentoo-2-9c3b544669812709d97606f19aa728b7057a553e.tar.bz2 gentoo-2-9c3b544669812709d97606f19aa728b7057a553e.zip |
dont try to apply crypt patch if USE=old-crypt #78556
(Portage version: 2.0.51-r13)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.12p.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.12p.ebuild b/sys-apps/util-linux/util-linux-2.12p.ebuild index 2a4d5fa162d5..b5401dbfe1a5 100644 --- a/sys-apps/util-linux/util-linux-2.12p.ebuild +++ b/sys-apps/util-linux/util-linux-2.12p.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12p.ebuild,v 1.4 2005/01/14 13:49:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12p.ebuild,v 1.5 2005/01/19 00:47:39 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -46,6 +46,7 @@ src_unpack() { cd ${S} # crypto support + ! use old-crypt && \ use crypt && epatch ${WORKDIR}/util-linux-2.12p.diff # Fix rare failures with -j4 or higher |