diff options
author | Keri Harris <keri@gentoo.org> | 2010-12-21 05:35:00 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2010-12-21 05:35:00 +0000 |
commit | 385c1adeb1b331251bc2617168fedcb11a2a6752 (patch) | |
tree | 7b9028764bd51dc02e93661efba5ebed66accb12 /dev-lang/yap/yap-6.2.0-r1.ebuild | |
parent | Fixed a bunch of bad enable/disable assumptions in the configure script (diff) | |
download | gentoo-2-385c1adeb1b331251bc2617168fedcb11a2a6752.tar.gz gentoo-2-385c1adeb1b331251bc2617168fedcb11a2a6752.tar.bz2 gentoo-2-385c1adeb1b331251bc2617168fedcb11a2a6752.zip |
Fix race-condition during parallel install. Reported in bug #349163
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/yap/yap-6.2.0-r1.ebuild')
-rw-r--r-- | dev-lang/yap/yap-6.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yap/yap-6.2.0-r1.ebuild b/dev-lang/yap/yap-6.2.0-r1.ebuild index f40ff99ba564..c7bb83848622 100644 --- a/dev-lang/yap/yap-6.2.0-r1.ebuild +++ b/dev-lang/yap/yap-6.2.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.2.0-r1.ebuild,v 1.10 2010/12/21 02:28:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.2.0-r1.ebuild,v 1.11 2010/12/21 05:35:00 keri Exp $ inherit autotools eutils flag-o-matic java-pkg-opt-2 -PATCHSET_VER="3" +PATCHSET_VER="4" DESCRIPTION="YAP is a high-performance Prolog compiler." HOMEPAGE="http://www.ncc.up.pt/~vsc/Yap/" |