diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-12-22 17:57:00 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-22 17:57:22 +1100 |
commit | 270f3d886384402f5c902370c980c8149da82397 (patch) | |
tree | 4845205d0ce0c4956e62bba62b21f3e6289eb35e | |
parent | app-portage/tatt: point to new repo (diff) | |
download | gentoo-270f3d886384402f5c902370c980c8149da82397.tar.gz gentoo-270f3d886384402f5c902370c980c8149da82397.tar.bz2 gentoo-270f3d886384402f5c902370c980c8149da82397.zip |
app-portage/tatt: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index ae942d0c4906..96f747e3f77a 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_4 ) |