diff options
author | Keri Harris <keri@gentoo.org> | 2011-10-23 20:01:16 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2011-10-23 20:01:16 +0000 |
commit | 97e1f21d9f4a9368585f1226e3f57b12503746ec (patch) | |
tree | ed5ac022422694e25c8271ebd76475bb23588c4a /dev-lang/yap/yap-6.2.2.ebuild | |
parent | Remove old. (diff) | |
download | historical-97e1f21d9f4a9368585f1226e3f57b12503746ec.tar.gz historical-97e1f21d9f4a9368585f1226e3f57b12503746ec.tar.bz2 historical-97e1f21d9f4a9368585f1226e3f57b12503746ec.zip |
Remove unused plstream feature definitions that conflict with ptrace headers
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/yap/yap-6.2.2.ebuild')
-rw-r--r-- | dev-lang/yap/yap-6.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yap/yap-6.2.2.ebuild b/dev-lang/yap/yap-6.2.2.ebuild index 66970a0912b1..35b804716208 100644 --- a/dev-lang/yap/yap-6.2.2.ebuild +++ b/dev-lang/yap/yap-6.2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.2.2.ebuild,v 1.1 2011/10/22 21:53:29 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.2.2.ebuild,v 1.2 2011/10/23 20:01:16 keri Exp $ EAPI=2 inherit eutils flag-o-matic java-pkg-opt-2 -PATCHSET_VER="0" +PATCHSET_VER="1" DESCRIPTION="YAP is a high-performance Prolog compiler." HOMEPAGE="http://www.ncc.up.pt/~vsc/Yap/" |