commit: 9932e3ecdfed825213307ef4c632ecf5ae509e3c
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 19:05:11 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 20:05:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9932e3ec
x11-misc/lineakd: direct users to the correct package for evtest (bug #484008)
Package-Manager: portage-2.2.26
x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
index 3c93559..54d2647 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
@@ -56,6 +56,6 @@ src_install() {
pkg_postinst() {
elog
elog "evtest utility has not been installed. evtest can be found"
- elog "in games-util/joystick."
+ elog "in app-misc/evtest."
elog
}