Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 545780
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- nss-pam-ldapd-0.9.5.ebuild
0
++ nss-pam-ldapd-0.9.5.ebuild
Lines 5-11 Link Here
5
EAPI=5
5
EAPI=5
6
6
7
PYTHON_COMPAT=(python2_7)
7
PYTHON_COMPAT=(python2_7)
8
inherit eutils prefix user python-r1 multilib multilib-minimal
8
inherit eutils prefix user python-r1 multilib multilib-minimal systemd
9
9
10
DESCRIPTION="NSS module for name lookups using LDAP"
10
DESCRIPTION="NSS module for name lookups using LDAP"
11
HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/"
11
HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/"
Lines 94-99 Link Here
94
			python_foreach_impl python_newscript utils/${script}.py ${script}.ldap
94
			python_foreach_impl python_newscript utils/${script}.py ${script}.ldap
95
		done
95
		done
96
	fi
96
	fi
97
98
	systemd_newtmpfilesd "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf
99
	systemd_dounit "${FILESDIR}"/nslcd.service
97
}
100
}
98
101
99
multilib_src_test() {
102
multilib_src_test() {

Return to bug 545780