diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-29 14:05:11 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-29 15:05:41 -0500 |
commit | 9932e3ecdfed825213307ef4c632ecf5ae509e3c (patch) | |
tree | 49d17823eed828988577cb56c425b10e56e0680b /x11-misc/lineakd | |
parent | media-libs/kvazaar: bump to 0.8.3 (diff) | |
download | gentoo-9932e3ecdfed825213307ef4c632ecf5ae509e3c.tar.gz gentoo-9932e3ecdfed825213307ef4c632ecf5ae509e3c.tar.bz2 gentoo-9932e3ecdfed825213307ef4c632ecf5ae509e3c.zip |
x11-misc/lineakd: direct users to the correct package for evtest (bug #484008)
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild index 3c9355990506..54d264795f97 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 } |