diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 04:31:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 04:31:57 +0000 |
commit | dd2d5e6fb512c65cc089d5bb8cc51b07a4eda1de (patch) | |
tree | e637e26b46ecb12e614327b93573985566d6d223 /dev-python/wehjit | |
parent | Version bump. (diff) | |
download | gentoo-2-dd2d5e6fb512c65cc089d5bb8cc51b07a4eda1de.tar.gz gentoo-2-dd2d5e6fb512c65cc089d5bb8cc51b07a4eda1de.tar.bz2 gentoo-2-dd2d5e6fb512c65cc089d5bb8cc51b07a4eda1de.zip |
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/wehjit')
-rw-r--r-- | dev-python/wehjit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wehjit/wehjit-0.2.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/wehjit/ChangeLog b/dev-python/wehjit/ChangeLog index 0c8c9fe29870..42a3f89a0c76 100644 --- a/dev-python/wehjit/ChangeLog +++ b/dev-python/wehjit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wehjit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wehjit/ChangeLog,v 1.2 2012/02/04 15:34:04 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wehjit/ChangeLog,v 1.3 2012/02/23 04:31:57 patrick Exp $ + + 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> wehjit-0.2.2.ebuild: + Restricting jython 04 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> metadata.xml: Fix maintainer's email in metadata diff --git a/dev-python/wehjit/wehjit-0.2.2.ebuild b/dev-python/wehjit/wehjit-0.2.2.ebuild index f241193252d8..09f424048405 100644 --- a/dev-python/wehjit/wehjit-0.2.2.ebuild +++ b/dev-python/wehjit/wehjit-0.2.2.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-python/wehjit/wehjit-0.2.2.ebuild,v 1.1 2011/10/30 16:41:54 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wehjit/wehjit-0.2.2.ebuild,v 1.2 2012/02/23 04:31:57 patrick Exp $ EAPI=3 SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" DISTUTILS_SRC_TEST="nosetests" inherit distutils |