Skip to content

Commit

Permalink
games-puzzle/monsterz: fix trailing whitespace
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 9, 2021
1 parent ddee0ea commit 409a970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )

PYTHON_COMPAT=( python3_{6,7,8} )
inherit desktop python-r1

DESCRIPTION="A little puzzle game, similar to the famous Bejeweled or Zookeeper"
Expand Down Expand Up @@ -40,7 +40,7 @@ src_prepare() {

eapply "${FILESDIR}"/${PN}-0.7.1-gentoo-r1.patch
sed -i \
-e "s:GENTOO_DATADIR:/usr/share/${PN}:" \
-e "s:GENTOO_DATADIR:/usr/share/${PN}:" \
monsterz.py || die "sed failed"

rm Makefile || die
Expand Down

0 comments on commit 409a970

Please sign in to comment.