Skip to content

Commit

Permalink
dev-python/python-axolotl-curve25519: drop python3.4. support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <[email protected]>
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
ConiKost authored and monsieurp committed Mar 26, 2019
1 parent db896c6 commit bff1b13
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
EAPI=7

PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )

inherit distutils-r1

Expand Down

0 comments on commit bff1b13

Please sign in to comment.