summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-25 03:44:06 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-25 03:44:06 +0000
commit4837e687659a4c14ea2a7884a1ec1180272acbe3 (patch)
tree0fba9396db76a32db4608451000298277dc7a007 /sys-fs/owfs
parentRestricting python (diff)
downloadgentoo-2-4837e687659a4c14ea2a7884a1ec1180272acbe3.tar.gz
gentoo-2-4837e687659a4c14ea2a7884a1ec1180272acbe3.tar.bz2
gentoo-2-4837e687659a4c14ea2a7884a1ec1180272acbe3.zip
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/owfs')
-rw-r--r--sys-fs/owfs/ChangeLog7
-rw-r--r--sys-fs/owfs/owfs-2.7_p21.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/owfs/ChangeLog b/sys-fs/owfs/ChangeLog
index 756204a512b7..b13793713b5a 100644
--- a/sys-fs/owfs/ChangeLog
+++ b/sys-fs/owfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/owfs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.15 2010/07/22 19:45:32 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.16 2012/02/25 03:44:06 patrick Exp $
+
+ 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> owfs-2.7_p21.ebuild:
+ Restricting pypy and jython
22 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
owfs-2.7_p21.ebuild:
diff --git a/sys-fs/owfs/owfs-2.7_p21.ebuild b/sys-fs/owfs/owfs-2.7_p21.ebuild
index fb6fb5ae6054..23086781b280 100644
--- a/sys-fs/owfs/owfs-2.7_p21.ebuild
+++ b/sys-fs/owfs/owfs-2.7_p21.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.4 2010/07/22 19:45:32 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.5 2012/02/25 03:44:06 patrick Exp $
EAPI="2"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit depend.php distutils eutils perl-module