commit: 3137c77ed2d11c572a71ff1276002f7c3824ffcc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 2 10:18:47 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 10:18:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3137c77e
net-libs/net6: Drop obsolete elog message (#572738)
Package-Manager: Portage-2.3.27, Repoman-2.3.9
net-libs/net6/net6-1.3.14-r2.ebuild | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild
b/net-libs/net6/net6-1.3.14-r2.ebuild
index b0af352cb3b..525537b3d75 100644
--- a/net-libs/net6/net6-1.3.14-r2.ebuild
+++ b/net-libs/net6/net6-1.3.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -35,9 +35,3 @@ src_install() {
default
prune_libtool_files
}
-
-pkg_postinst() {
- elog "Please note that because of the use of C++ templates"
- elog "Gobby 0.4 has to be recompiled against the new ${PN}"
- elog "to pick up the changes."
-}