commit: 3ee1706035684b2fa44df67e01780d0552e3113b Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed May 18 08:03:39 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed May 18 08:09:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee17060
x11-misc/xhkeys: Remove extraneous die(). Package-Manager: portage-2.3.0_rc1 x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild index 46f0442..808559c 100644 --- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild +++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild @@ -29,6 +29,6 @@ PATCHES=( ) src_install() { - dobin xhkeys xhkconf || die + dobin xhkeys xhkconf dodoc README VERSION }