diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-04-02 19:22:26 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-04-02 19:22:26 +0000 |
commit | 281c8cc0478eb7856e00e04f98b4de4f9de35f0d (patch) | |
tree | 0f8ca794e6fe0292bf300b49668fdcb961c2d1bb /dev-python/pycrypto/pycrypto-2.6.1.ebuild | |
parent | Stable for amd64 wrt bug #505214 (diff) | |
download | historical-281c8cc0478eb7856e00e04f98b4de4f9de35f0d.tar.gz historical-281c8cc0478eb7856e00e04f98b4de4f9de35f0d.tar.bz2 historical-281c8cc0478eb7856e00e04f98b4de4f9de35f0d.zip |
Add python3_4 support.
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'dev-python/pycrypto/pycrypto-2.6.1.ebuild')
-rw-r--r-- | dev-python/pycrypto/pycrypto-2.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycrypto/pycrypto-2.6.1.ebuild b/dev-python/pycrypto/pycrypto-2.6.1.ebuild index 1b281293b4d6..1b104617a9ed 100644 --- a/dev-python/pycrypto/pycrypto-2.6.1.ebuild +++ b/dev-python/pycrypto/pycrypto-2.6.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild,v 1.11 2013/11/19 18:48:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-2.6.1.ebuild,v 1.12 2014/04/02 19:22:23 radhermit Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1 |