diff options
author | 2012-02-25 14:07:59 +0000 | |
---|---|---|
committer | 2012-02-25 14:07:59 +0000 | |
commit | 3818795807bf6f209d043e94c168dc43aa82141b (patch) | |
tree | 58632aad8446813eaf30e8229769cf3f88931524 /app-pda/libopensync/libopensync-0.36-r2.ebuild | |
parent | Restricting pypy and jython (diff) | |
download | gentoo-2-3818795807bf6f209d043e94c168dc43aa82141b.tar.gz gentoo-2-3818795807bf6f209d043e94c168dc43aa82141b.tar.bz2 gentoo-2-3818795807bf6f209d043e94c168dc43aa82141b.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/libopensync/libopensync-0.36-r2.ebuild')
-rw-r--r-- | app-pda/libopensync/libopensync-0.36-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-pda/libopensync/libopensync-0.36-r2.ebuild b/app-pda/libopensync/libopensync-0.36-r2.ebuild index 2ae77a3241b6..d4b668010b01 100644 --- a/app-pda/libopensync/libopensync-0.36-r2.ebuild +++ b/app-pda/libopensync/libopensync-0.36-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/app-pda/libopensync/libopensync-0.36-r2.ebuild,v 1.2 2011/05/21 17:29:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36-r2.ebuild,v 1.3 2012/02/25 14:07:59 patrick Exp $ EAPI="3" -PYTHON_DEPEND="python? 2:2.5" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit cmake-utils python @@ -34,7 +34,6 @@ DOCS="AUTHORS CODING README" # Tests don't pass RESTRICT="test" -RESTRICT_PYTHON_ABIS="3.*" src_prepare() { # Has hardcoded python versions, use the module shipped with cmake instead |