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 34104138330 for ; Sun, 27 May 2018 16:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25778E091C; Sun, 27 May 2018 16:14:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F02FBE090F for ; Sun, 27 May 2018 16:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DCD79335CBB for ; Sun, 27 May 2018 16:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E28B2AC for ; Sun, 27 May 2018 16:14:40 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1527437673.690c4e76546af032b4821b25b6846c638de46192.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/numptyphysics/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild X-VCS-Directories: games-puzzle/numptyphysics/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 690c4e76546af032b4821b25b6846c638de46192 X-VCS-Branch: master Date: Sun, 27 May 2018 16:14:40 +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: 6ba87301-9893-4512-b735-2f3bc5f9f2c1 X-Archives-Hash: e97dee6bc8d718e883e2daafb1c221e4 commit: 690c4e76546af032b4821b25b6846c638de46192 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 27 16:11:36 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 27 16:14:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690c4e76 games-puzzle/numptyphysics: Make repoman more happy Package-Manager: Portage-2.3.38, Repoman-2.3.9 games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild b/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild index 7e0ad57dfbe..f06dc622d84 100644 --- a/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild +++ b/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit eutils gnome2-utils flag-o-matic -DESCRIPTION="A drawing puzzle game in the spirit of Crayon Physics using the same excellent Box2D engine" +DESCRIPTION="Crayon Physics-like drawing puzzle game using the same excellent Box2D engine" HOMEPAGE="http://thp.io/2015/numptyphysics/" # This is only the SRC_URI for the user levels. The code is in git repo. @@ -52,7 +52,7 @@ DEPEND="${DEPEND} src_prepare() { default append-cxxflags -std=c++11 -Isrc - eapply ${FILESDIR}/${P}-gentoo.patch + eapply "${FILESDIR}"/${P}-gentoo.patch } pkg_preinst() {