Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
Date: Fri, 29 Jan 2016 20:06:14
Message-Id: 1454097941.9932e3ecdfed825213307ef4c632ecf5ae509e3c.mr_bones_@gentoo
1 commit: 9932e3ecdfed825213307ef4c632ecf5ae509e3c
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 19:05:11 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 20:05:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9932e3ec
7
8 x11-misc/lineakd: direct users to the correct package for evtest (bug #484008)
9
10 Package-Manager: portage-2.2.26
11
12 x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
16 index 3c93559..54d2647 100644
17 --- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
18 +++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
19 @@ -56,6 +56,6 @@ src_install() {
20 pkg_postinst() {
21 elog
22 elog "evtest utility has not been installed. evtest can be found"
23 - elog "in games-util/joystick."
24 + elog "in app-misc/evtest."
25 elog
26 }