summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-26 03:34:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-26 03:34:15 +0000
commit497b1f7e3dda7ced22dc5abd4ff490ff291aabef (patch)
treee4195685c6c8a30b44165587e20ca08c66facf10
parentRemove old. (diff)
downloadgentoo-2-497b1f7e3dda7ced22dc5abd4ff490ff291aabef.tar.gz
gentoo-2-497b1f7e3dda7ced22dc5abd4ff490ff291aabef.tar.bz2
gentoo-2-497b1f7e3dda7ced22dc5abd4ff490ff291aabef.zip
Restricting jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
-rw-r--r--dev-libs/dbxml/ChangeLog8
-rw-r--r--dev-libs/dbxml/dbxml-2.5.16-r1.ebuild6
-rw-r--r--dev-libs/dbxml/dbxml-2.5.16-r2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/dbxml/ChangeLog b/dev-libs/dbxml/ChangeLog
index e0c0a9616986..3d9aaa5ed960 100644
--- a/dev-libs/dbxml/ChangeLog
+++ b/dev-libs/dbxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/dbxml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/ChangeLog,v 1.14 2011/11/14 11:21:42 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/ChangeLog,v 1.15 2012/02/26 03:34:15 patrick Exp $
+
+ 26 Feb 2012; Patrick Lauer <patrick@gentoo.org> dbxml-2.5.16-r1.ebuild,
+ dbxml-2.5.16-r2.ebuild:
+ Restricting jython
14 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> dbxml-2.5.16-r1.ebuild:
QA: cxx conditional was broken, fix it.
diff --git a/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild b/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild
index 370aafa78a97..881d225f583e 100644
--- a/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild
+++ b/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild,v 1.4 2011/11/14 11:21:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild,v 1.5 2012/02/26 03:34:15 patrick Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit autotools distutils flag-o-matic perl-app eutils versionator libtool multilib java-pkg-opt-2
diff --git a/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild b/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild
index b6023aab9932..794f17368245 100644
--- a/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild
+++ b/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild,v 1.3 2011/11/13 20:34:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild,v 1.4 2012/02/26 03:34:15 patrick Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit autotools distutils flag-o-matic perl-app eutils versionator libtool multilib java-pkg-opt-2