diff options
author | 2012-07-01 12:42:56 +0000 | |
---|---|---|
committer | 2012-07-01 12:42:56 +0000 | |
commit | 856b8fdfe48c251ec230094134775cc8811eb403 (patch) | |
tree | 74c4020db5cd35e577a8fd8b82979ec11e6bba85 /dev-lang/yap/yap-6.3.2.ebuild | |
parent | stable amd64, x86, bug 419115; vdr-plugin-2.eclass (diff) | |
download | historical-856b8fdfe48c251ec230094134775cc8811eb403.tar.gz historical-856b8fdfe48c251ec230094134775cc8811eb403.tar.bz2 historical-856b8fdfe48c251ec230094134775cc8811eb403.zip |
Fix up functor locking
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/yap/yap-6.3.2.ebuild')
-rw-r--r-- | dev-lang/yap/yap-6.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yap/yap-6.3.2.ebuild b/dev-lang/yap/yap-6.3.2.ebuild index a5235b90532f..2674d27d2237 100644 --- a/dev-lang/yap/yap-6.3.2.ebuild +++ b/dev-lang/yap/yap-6.3.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.3.2.ebuild,v 1.1 2012/06/24 06:52:15 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.3.2.ebuild,v 1.2 2012/07/01 12:42:56 keri Exp $ EAPI=2 inherit eutils flag-o-matic java-pkg-opt-2 multilib -PATCHSET_VER="0" +PATCHSET_VER="1" DESCRIPTION="YAP is a high-performance Prolog compiler." HOMEPAGE="http://www.dcc.fc.up.pt/~vsc/Yap/" |