summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-08-30 15:14:51 +0200
committerPacho Ramos <pacho@gentoo.org>2017-08-30 15:14:51 +0200
commitcc7eebd37d947f09c8bcadea7a2fc71e06bd0526 (patch)
tree9e4af486c8bfcfe793f787ac5d65b0b2918bd6be /dev-vcs/cvs
parentkde-frameworks/knotifications: backport patch from upstream to resolve notifi... (diff)
downloadgentoo-cc7eebd37d947f09c8bcadea7a2fc71e06bd0526.tar.gz
gentoo-cc7eebd37d947f09c8bcadea7a2fc71e06bd0526.tar.bz2
gentoo-cc7eebd37d947f09c8bcadea7a2fc71e06bd0526.zip
dev-vcs/cvs: Remove redundant elog message (#605842 and #440436)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/cvs')
-rw-r--r--dev-vcs/cvs/cvs-1.12.12-r12.ebuild4
1 files changed, 0 insertions, 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 4f603809d51b..cb0af6f54277 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!"
-}