games-puzzle/numptyphysics: Make repoman more happy
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 May 2018 16:11:36 +0000 (18:11 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 May 2018 16:14:33 +0000 (18:14 +0200)
Package-Manager: Portage-2.3.38, Repoman-2.3.9

games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild

index 7e0ad57dfbe32d27aab4091560001c267b6e7b1e..f06dc622d84bcc5d6cdc7a77cee869a81cf023f1 100644 (file)
@@ -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() {