commit: cc7eebd37d947f09c8bcadea7a2fc71e06bd0526
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:14:51 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:14:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7eebd3
dev-vcs/cvs: Remove redundant elog message (#605842 and #440436)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index 4f603809d51..cb0af6f5427 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -95,7 +95,3 @@ src_install() {
newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
}
-
-pkg_postinst() {
- use server || elog "If you want any CVS server functionality, you MUST
emerge with USE=server!"
-}