diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 18:28:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:40:59 +0200 |
commit | 8b8a1ad8d1a0ddbdd712bf999d4212165a3c6265 (patch) | |
tree | 4ed9f5667638b2c9e022149a57004c4ea62d21c7 /sys-auth/sssd/sssd-1.12.1.ebuild | |
parent | sys-apps/yum: [QA] Add missing python metadata variables (diff) | |
download | gentoo-8b8a1ad8d1a0ddbdd712bf999d4212165a3c6265.tar.gz gentoo-8b8a1ad8d1a0ddbdd712bf999d4212165a3c6265.tar.bz2 gentoo-8b8a1ad8d1a0ddbdd712bf999d4212165a3c6265.zip |
sys-auth/sssd: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-auth/sssd/sssd-1.12.1.ebuild')
-rw-r--r-- | sys-auth/sssd/sssd-1.12.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-auth/sssd/sssd-1.12.1.ebuild b/sys-auth/sssd/sssd-1.12.1.ebuild index d3114a8cfd75..03c6dd9fcf6e 100644 --- a/sys-auth/sssd/sssd-1.12.1.ebuild +++ b/sys-auth/sssd/sssd-1.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python selinux sudo ssh test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEP=" virtual/pam @@ -37,6 +38,7 @@ COMMON_DEP=" >=sys-apps/keyutils-1.5 >=net-dns/c-ares-1.7.4 >=dev-libs/nss-3.12.9 + python? ( ${PYTHON_DEPS} ) selinux? ( >=sys-libs/libselinux-2.1.9 >=sys-libs/libsemanage-2.1 |