diff options
author | Guillaume Seren <guillaumeseren@gmail.com> | 2017-12-02 14:24:24 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-03 13:55:39 +0100 |
commit | af4eaeebe838e7a9ac98bcc9980ba71b187950d8 (patch) | |
tree | 0aeeb1b9095b91f1303ffd8fac1a31f30eaf03de /mail-client/alot | |
parent | mail-client/alot: version bump to 0.6. (diff) | |
download | gentoo-af4eaeebe838e7a9ac98bcc9980ba71b187950d8.tar.gz gentoo-af4eaeebe838e7a9ac98bcc9980ba71b187950d8.tar.bz2 gentoo-af4eaeebe838e7a9ac98bcc9980ba71b187950d8.zip |
mail-client/alot: EAPI 6 bump.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://bugs.gentoo.org/636804
Diffstat (limited to 'mail-client/alot')
-rw-r--r-- | mail-client/alot/alot-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/alot/alot-0.6.ebuild b/mail-client/alot/alot-0.6.ebuild index 10d2659af187..863187a6ee6d 100644 --- a/mail-client/alot/alot-0.6.ebuild +++ b/mail-client/alot/alot-0.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) |