diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:50:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:15:52 +0100 |
commit | 9c4f806b6e7a6521e32c105bfe17720b01f06b86 (patch) | |
tree | 83f1d43498abd37a8422782da0b6fae5241cb8e5 /dev-db/sadisplay | |
parent | app-shells/mksh: ppc stable wrt bug #709248 (diff) | |
download | gentoo-9c4f806b6e7a6521e32c105bfe17720b01f06b86.tar.gz gentoo-9c4f806b6e7a6521e32c105bfe17720b01f06b86.tar.bz2 gentoo-9c4f806b6e7a6521e32c105bfe17720b01f06b86.zip |
dev-db/sadisplay: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/sadisplay')
-rw-r--r-- | dev-db/sadisplay/sadisplay-0.4.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sadisplay/sadisplay-0.4.8.ebuild b/dev-db/sadisplay/sadisplay-0.4.8.ebuild index 99e39bd0e3ac..19ebf572af20 100644 --- a/dev-db/sadisplay/sadisplay-0.4.8.ebuild +++ b/dev-db/sadisplay/sadisplay-0.4.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |