diff options
author | 2015-04-08 18:27:40 +0000 | |
---|---|---|
committer | 2015-04-08 18:27:40 +0000 | |
commit | 41fec2caeeb30f5a48c546d8c93f939511ed6848 (patch) | |
tree | 00de68d8c629ecd73579afb2b8c59142c8bb26ff /sys-fs/zfs/zfs-9999.ebuild | |
parent | Drop old Python implementations (diff) | |
download | historical-41fec2caeeb30f5a48c546d8c93f939511ed6848.tar.gz historical-41fec2caeeb30f5a48c546d8c93f939511ed6848.tar.bz2 historical-41fec2caeeb30f5a48c546d8c93f939511ed6848.zip |
Drop old Python implementations
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'sys-fs/zfs/zfs-9999.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index b73a97947308..432f3e35bbbb 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.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/sys-fs/zfs/zfs-9999.ebuild,v 1.57 2014/12/18 18:09:07 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.58 2015/04/08 18:27:24 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit python-r1 |