diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
commit | 2db67a589e688ba866fce79132f608652bbc4cd8 (patch) | |
tree | 108083d26ac33deecb9d884215c6f68864a69704 /sys-auth | |
parent | sys-fs/lvm2: improve dmeventd init (diff) | |
download | gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.gz gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.bz2 gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.zip |
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/keystone/keystone-14.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2018.2.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-1.16.3-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/sssd/sssd-2.1.0.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys-auth/keystone/keystone-14.1.0-r1.ebuild b/sys-auth/keystone/keystone-14.1.0-r1.ebuild index cde60987d69a..90bcda615c90 100644 --- a/sys-auth/keystone/keystone-14.1.0-r1.ebuild +++ b/sys-auth/keystone/keystone-14.1.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 user diff --git a/sys-auth/keystone/keystone-2018.2.9999.ebuild b/sys-auth/keystone/keystone-2018.2.9999.ebuild index cf8a86a35023..310ce876be82 100644 --- a/sys-auth/keystone/keystone-2018.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2018.2.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 user diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0-r2.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0-r2.ebuild index a09bde34c0d1..2834edef3a74 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0-r2.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.3.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Utility to manage SSH public keys stored in LDAP" diff --git a/sys-auth/sssd/sssd-1.16.3-r2.ebuild b/sys-auth/sssd/sssd-1.16.3-r2.ebuild index f5efa5d6666b..123d66457912 100644 --- a/sys-auth/sssd/sssd-1.16.3-r2.ebuild +++ b/sys-auth/sssd/sssd-1.16.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools flag-o-matic linux-info multilib-minimal pam python-r1 systemd toolchain-funcs diff --git a/sys-auth/sssd/sssd-2.1.0.ebuild b/sys-auth/sssd/sssd-2.1.0.ebuild index 63f65b59a7ba..3242e6e1f629 100644 --- a/sys-auth/sssd/sssd-2.1.0.ebuild +++ b/sys-auth/sssd/sssd-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools flag-o-matic linux-info multilib-minimal pam python-r1 systemd toolchain-funcs |