diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-27 18:11:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-27 18:14:33 +0200 |
commit | 690c4e76546af032b4821b25b6846c638de46192 (patch) | |
tree | 885c56f09c46814b00913e5ccbc5160e8c476747 /games-puzzle/numptyphysics | |
parent | games-puzzle/numptyphysics: Add 0.3.4,fix 9999 (#567036 by Samuel BAUER) (diff) | |
download | gentoo-690c4e76546af032b4821b25b6846c638de46192.tar.gz gentoo-690c4e76546af032b4821b25b6846c638de46192.tar.bz2 gentoo-690c4e76546af032b4821b25b6846c638de46192.zip |
games-puzzle/numptyphysics: Make repoman more happy
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/numptyphysics')
-rw-r--r-- | games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild | 4 |
1 files 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 7e0ad57dfbe3..f06dc622d84b 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() { |