summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-vcs/cvs/cvs-1.12.12-r13.ebuild (renamed from dev-vcs/cvs/cvs-1.12.12-r12.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild b/dev-vcs/cvs/cvs-1.12.12-r13.ebuild
index 17ca2255bd2c..1767d29d5beb 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r13.ebuild
@@ -93,5 +93,7 @@ src_install() {
newenvd "${FILESDIR}"/01-cvs-env.d 01cvs
fi
- newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
+ if use pam; then
+ newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
+ fi
}