From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F61658973 for ; Fri, 29 Jan 2016 20:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164C0E07D8; Fri, 29 Jan 2016 20:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A42B0E07D8 for ; Fri, 29 Jan 2016 20:06:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80510340AC0 for ; Fri, 29 Jan 2016 20:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D13E8DA for ; Fri, 29 Jan 2016 20:06:11 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1454097941.9932e3ecdfed825213307ef4c632ecf5ae509e3c.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lineakd/lineakd-0.9.0-r1.ebuild X-VCS-Directories: x11-misc/lineakd/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 9932e3ecdfed825213307ef4c632ecf5ae509e3c X-VCS-Branch: master Date: Fri, 29 Jan 2016 20:06:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2f5428a-59f9-409b-a5e6-7f3ef5db7155 X-Archives-Hash: 48f0ced5b41311826be05046938ccef6 commit: 9932e3ecdfed825213307ef4c632ecf5ae509e3c Author: Michael Sterrett gentoo org> AuthorDate: Fri Jan 29 19:05:11 2016 +0000 Commit: Michael Sterrett gentoo 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 }