summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2011-10-23 20:01:16 +0000
committerKeri Harris <keri@gentoo.org>2011-10-23 20:01:16 +0000
commitb4ec22e014bc57158d3c27d2ae57f63c0b30889a (patch)
treedc9630ab94d4d3a814739fa8ab48b90b4990ecab /dev-lang/yap
parentRemove old. (diff)
downloadgentoo-2-b4ec22e014bc57158d3c27d2ae57f63c0b30889a.tar.gz
gentoo-2-b4ec22e014bc57158d3c27d2ae57f63c0b30889a.tar.bz2
gentoo-2-b4ec22e014bc57158d3c27d2ae57f63c0b30889a.zip
Remove unused plstream feature definitions that conflict with ptrace headers
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/yap')
-rw-r--r--dev-lang/yap/ChangeLog5
-rw-r--r--dev-lang/yap/yap-6.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/yap/ChangeLog b/dev-lang/yap/ChangeLog
index 4e1a4662da48..76208c5eef99 100644
--- a/dev-lang/yap/ChangeLog
+++ b/dev-lang/yap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/yap
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/ChangeLog,v 1.58 2011/10/22 21:53:29 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/ChangeLog,v 1.59 2011/10/23 20:01:16 keri Exp $
+
+ 23 Oct 2011; <keri@gentoo.org> yap-6.2.2.ebuild:
+ Remove unused plstream feature definitions that conflict with ptrace headers
*yap-6.2.2 (22 Oct 2011)
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/"