diff options
Diffstat (limited to 'app-admin/pwman3')
-rw-r--r-- | app-admin/pwman3/pwman3-0.10.0.ebuild | 4 | ||||
-rw-r--r-- | app-admin/pwman3/pwman3-0.9.11.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/pwman3/pwman3-0.10.0.ebuild b/app-admin/pwman3/pwman3-0.10.0.ebuild index 48418976fb21..0e62fdd40eff 100644 --- a/app-admin/pwman3/pwman3-0.10.0.ebuild +++ b/app-admin/pwman3/pwman3-0.10.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_5 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite?" inherit distutils-r1 diff --git a/app-admin/pwman3/pwman3-0.9.11.ebuild b/app-admin/pwman3/pwman3-0.9.11.ebuild index f83697e20877..bbacc08b8c4c 100644 --- a/app-admin/pwman3/pwman3-0.9.11.ebuild +++ b/app-admin/pwman3/pwman3-0.9.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_5 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite?" inherit distutils-r1 |