diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:32:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:32:22 +0000 |
commit | 1f9c577786087342c03ca8d0c78c110b88046b8c (patch) | |
tree | ff01f3c3da46147b93b27842782afafb9ccacaa7 /app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild | |
parent | Remove old Python implementations (diff) | |
download | historical-1f9c577786087342c03ca8d0c78c110b88046b8c.tar.gz historical-1f9c577786087342c03ca8d0c78c110b88046b8c.tar.bz2 historical-1f9c577786087342c03ca8d0c78c110b88046b8c.zip |
Remove old Python implementations
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild')
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild b/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild index 6571de62758b..a6f8ded34ad8 100644 --- a/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild,v 1.1 2014/12/20 18:56:20 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-13.1.0-r2.ebuild,v 1.2 2015/04/08 07:30:31 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" inherit python-single-r1 unpacker |