summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2015-03-11 22:32:36 +0000
committerPatrick McLean <chutzpah@gentoo.org>2015-03-11 22:32:36 +0000
commit33d6f83d3c7d3c72c97d0577b7c8649bb07eccef (patch)
treeaccf37ae90d8fe8589c1557283ffe510a7a30471 /sys-auth
parentRevision bump, add "utils" USE flag to control installation of userspace util... (diff)
downloadgentoo-2-33d6f83d3c7d3c72c97d0577b7c8649bb07eccef.tar.gz
gentoo-2-33d6f83d3c7d3c72c97d0577b7c8649bb07eccef.tar.bz2
gentoo-2-33d6f83d3c7d3c72c97d0577b7c8649bb07eccef.zip
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)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/nss-pam-ldapd/ChangeLog6
-rw-r--r--sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild11
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-auth/nss-pam-ldapd/ChangeLog b/sys-auth/nss-pam-ldapd/ChangeLog
index 1048704fc311..81644ac63304 100644
--- a/sys-auth/nss-pam-ldapd/ChangeLog
+++ b/sys-auth/nss-pam-ldapd/ChangeLog
@@ -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 <chutzpah@gentoo.org>
+ 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)
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild
index ff78640e81c1..db7564a92ac8 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.4-r2.ebuild
@@ -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 @@ SLOT="0"
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="