chutzpah 15/03/11 22:32:36 Modified: nss-pam-ldapd-0.9.4-r2.ebuild ChangeLog Log: Split dependencies into COMMON_DEP so RDEPEND won't have test deps. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.2 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild?r1=1.1&r2=1.2 Index: nss-pam-ldapd-0.9.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nss-pam-ldapd-0.9.4-r2.ebuild 11 Mar 2015 22:29:56 -0000 1.1 +++ nss-pam-ldapd-0.9.4-r2.ebuild 11 Mar 2015 22:32:36 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild,v 1.1 2015/03/11 22:29:56 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild,v 1.2 2015/03/11 22:32:36 chutzpah Exp $ EAPI=5 @@ -16,19 +16,20 @@ KEYWORDS="" IUSE="debug kerberos +pam sasl test +utils" -RDEPEND=" +COMMON_DEP=" net-nds/openldap[${MULTILIB_USEDEP}] sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] ) kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] ) pam? ( virtual/pam[${MULTILIB_USEDEP}] ) utils? ( ${PYTHON_DEPS} ) + !sys-auth/nss_ldap + !sys-auth/pam_ldap" +RDEPEND="${COMMON_DEP}" +DEPEND="${COMMON_DEP} test? ( ${PYTHON_DEPS} dev-python/pylint[${PYTHON_USEDEP}] ) - !sys-auth/nss_ldap - !sys-auth/pam_ldap" -DEPEND="${RDEPEND} sys-devel/automake" REQUIRED_USE=" 1.19 sys-auth/nss-pam-ldapd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 11 Mar 2015 22:29:56 -0000 1.18 +++ ChangeLog 11 Mar 2015 22:32:36 -0000 1.19 @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/nss-pam-ldapd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.18 2015/03/11 22:29:56 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.19 2015/03/11 22:32:36 chutzpah Exp $ + + 11 Mar 2015; Patrick McLean <[email protected]> + nss-pam-ldapd-0.9.4-r2.ebuild: + Split dependencies into COMMON_DEP so RDEPEND won't have test deps. *nss-pam-ldapd-0.9.4-r2 (11 Mar 2015)
