summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-26 03:22:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-26 03:22:22 +0000
commit888dab0d9d2a938fd563daa74e5e9b6561ec92d0 (patch)
tree1140dc6b5df3695c49760d245d609b5ab1a04ba5 /net-nds
parentVersion bump. Resolves bug 398533. (diff)
downloadgentoo-2-888dab0d9d2a938fd563daa74e5e9b6561ec92d0.tar.gz
gentoo-2-888dab0d9d2a938fd563daa74e5e9b6561ec92d0.tar.bz2
gentoo-2-888dab0d9d2a938fd563daa74e5e9b6561ec92d0.zip
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/nsscache/ChangeLog8
-rw-r--r--net-nds/nsscache/nsscache-0.21.14.ebuild6
-rw-r--r--net-nds/nsscache/nsscache-0.8.8.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-nds/nsscache/ChangeLog b/net-nds/nsscache/ChangeLog
index feb356f0a16c..fdb9cde8a19d 100644
--- a/net-nds/nsscache/ChangeLog
+++ b/net-nds/nsscache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/nsscache
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.11 2011/09/08 22:37:17 robbat2 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.12 2012/02/26 03:22:22 patrick Exp $
+
+ 26 Feb 2012; Patrick Lauer <patrick@gentoo.org> nsscache-0.21.14.ebuild,
+ nsscache-0.8.8.ebuild:
+ Restricting pypy and jython
08 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> nsscache-0.21.14.ebuild:
Fix missing dependency for newer infra boxes.
diff --git a/net-nds/nsscache/nsscache-0.21.14.ebuild b/net-nds/nsscache/nsscache-0.21.14.ebuild
index 0aa7c0ed695d..490515d6cbd9 100644
--- a/net-nds/nsscache/nsscache-0.21.14.ebuild
+++ b/net-nds/nsscache/nsscache-0.21.14.ebuild
@@ -1,12 +1,12 @@
-# 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/net-nds/nsscache/nsscache-0.21.14.ebuild,v 1.2 2011/09/08 22:37:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.21.14.ebuild,v 1.3 2012/02/26 03:22:21 patrick Exp $
EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
PYTHON_USE_WITH="berkdb"
inherit eutils python distutils
diff --git a/net-nds/nsscache/nsscache-0.8.8.ebuild b/net-nds/nsscache/nsscache-0.8.8.ebuild
index 9374e6363fcf..c498a28450d1 100644
--- a/net-nds/nsscache/nsscache-0.8.8.ebuild
+++ b/net-nds/nsscache/nsscache-0.8.8.ebuild
@@ -1,12 +1,12 @@
-# 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/net-nds/nsscache/nsscache-0.8.8.ebuild,v 1.1 2010/05/04 02:42:38 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.8.8.ebuild,v 1.2 2012/02/26 03:22:21 patrick Exp $
EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit eutils python distutils