diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:25:45 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:25:45 +0000 |
commit | 6f45618d12728551f80d0321901f807b26a5fe56 (patch) | |
tree | 4c9a6b8fe4a4739af64f49ed987af6f4198c9a32 /sys-cluster/moosefs/moosefs-1.6.27.ebuild | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-6f45618d12728551f80d0321901f807b26a5fe56.tar.gz gentoo-2-6f45618d12728551f80d0321901f807b26a5fe56.tar.bz2 gentoo-2-6f45618d12728551f80d0321901f807b26a5fe56.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-cluster/moosefs/moosefs-1.6.27.ebuild')
-rw-r--r-- | sys-cluster/moosefs/moosefs-1.6.27.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/moosefs/moosefs-1.6.27.ebuild b/sys-cluster/moosefs/moosefs-1.6.27.ebuild index a01cc1981396..6e11cf3c81f5 100644 --- a/sys-cluster/moosefs/moosefs-1.6.27.ebuild +++ b/sys-cluster/moosefs/moosefs-1.6.27.ebuild @@ -1,10 +1,10 @@ -# 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-cluster/moosefs/moosefs-1.6.27.ebuild,v 1.2 2014/01/08 06:01:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/moosefs/moosefs-1.6.27.ebuild,v 1.3 2015/04/08 18:25:44 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 user |