From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0761139083 for ; Thu, 21 Dec 2017 10:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3285BE10B4; Thu, 21 Dec 2017 10:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E3AFE10B4 for ; Thu, 21 Dec 2017 10:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D20ED33FE60 for ; Thu, 21 Dec 2017 10:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D341AD5A for ; Thu, 21 Dec 2017 10:32:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513852350.36bf77995b2d8aab9e2b3d77225dd268451c8860.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/qjoypad/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/qjoypad/qjoypad-4.3.0.ebuild X-VCS-Directories: games-util/qjoypad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36bf77995b2d8aab9e2b3d77225dd268451c8860 X-VCS-Branch: master Date: Thu, 21 Dec 2017 10:32:45 +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: faba703b-90a0-493b-88ff-0d232d71b08b X-Archives-Hash: 1efda3cb63c736363d8380f4684e7407 commit: 36bf77995b2d8aab9e2b3d77225dd268451c8860 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 10:32:12 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 10:32:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bf7799 games-util/qjoypad: Add missing || die, drop dodoc Thanks-to: Soap Package-Manager: Portage-2.3.19, Repoman-2.3.6 games-util/qjoypad/qjoypad-4.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild b/games-util/qjoypad/qjoypad-4.3.0.ebuild index 690f1076245..7ef61b163cd 100644 --- a/games-util/qjoypad/qjoypad-4.3.0.ebuild +++ b/games-util/qjoypad/qjoypad-4.3.0.ebuild @@ -33,8 +33,7 @@ src_install() { cmake-utils_src_install local i - dodoc README.md - cd icons + cd icons || die for i in *.png; do newicon ${i} ${i/gamepad/qjoypad} done