dev-vcs/cvs: Remove redundant elog message (#605842 and #440436)
authorPacho Ramos <pacho@gentoo.org>
Wed, 30 Aug 2017 13:14:51 +0000 (15:14 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 30 Aug 2017 13:14:51 +0000 (15:14 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-vcs/cvs/cvs-1.12.12-r12.ebuild

index 4f603809d51b04826341f354e2b587fce4650c74..cb0af6f542776eb1f15e38a8f79ea947e9d657de 100644 (file)
@@ -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!"
-}