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 6C4401381F1 for ; Tue, 2 Aug 2016 17:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22FF8E0B88; Tue, 2 Aug 2016 17:55:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE4B2E0B88 for ; Tue, 2 Aug 2016 17:55:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B46E0340A9D for ; Tue, 2 Aug 2016 17:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 687807DC for ; Tue, 2 Aug 2016 17:55:52 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1470160546.0a873eb151b2d13687b4bd355935812ccdf129a7.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pysolfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pysolfc/pysolfc-2.0-r4.ebuild X-VCS-Directories: games-board/pysolfc/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 0a873eb151b2d13687b4bd355935812ccdf129a7 X-VCS-Branch: master Date: Tue, 2 Aug 2016 17:55:52 +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: c70d6e24-8019-4286-984d-7fb688705488 X-Archives-Hash: aebe75a3d0ca986e2b7e2cb5be45e608 commit: 0a873eb151b2d13687b4bd355935812ccdf129a7 Author: Austin English gentoo org> AuthorDate: Tue Aug 2 17:55:31 2016 +0000 Commit: Austin English gentoo org> CommitDate: Tue Aug 2 17:55:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a873eb1 games-board/pysolfc: add missing die() Package-Manager: portage-2.3.0 games-board/pysolfc/pysolfc-2.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/pysolfc/pysolfc-2.0-r4.ebuild b/games-board/pysolfc/pysolfc-2.0-r4.ebuild index 6c57179..c2ddc64 100644 --- a/games-board/pysolfc/pysolfc-2.0-r4.ebuild +++ b/games-board/pysolfc/pysolfc-2.0-r4.ebuild @@ -52,7 +52,7 @@ src_prepare() { -e "s:share/icons:share/pixmaps:" \ setup.py || die - mv docs/README{,.txt} + mv docs/README{,.txt} || die } src_compile() {