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 0E09D138335 for ; Wed, 25 Dec 2019 19:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05465E0B1E; Wed, 25 Dec 2019 19:30:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E15ACE0B1E for ; Wed, 25 Dec 2019 19:30:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7FDF534DB59 for ; Wed, 25 Dec 2019 19:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C20240 for ; Wed, 25 Dec 2019 19:30:29 +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: <1577302223.6a7aceca9db856f6120d4700e6b64264137c9ebb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/monsterz/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild X-VCS-Directories: games-puzzle/monsterz/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6a7aceca9db856f6120d4700e6b64264137c9ebb X-VCS-Branch: master Date: Wed, 25 Dec 2019 19:30:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41c69a58-5e47-425a-b240-b93853d6ccbb X-Archives-Hash: 6d7a38d2ccb1cda94a6ea06824596b67 commit: 6a7aceca9db856f6120d4700e6b64264137c9ebb Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 25 19:29:41 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 25 19:30:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7aceca games-puzzle/monsterz: Make repoman happy Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos gentoo.org> games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild b/games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild index 74cbff40172..87cecf30833 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild @@ -34,12 +34,12 @@ src_prepare() { default # Debian fixes - for p in $(<"${WORKDIR}"/debian/patches/series) ; do + for p in $(<"${WORKDIR}"/debian/patches/series) ; do eapply -p1 "${WORKDIR}/debian/patches/${p}" - done + done - eapply "${FILESDIR}"/${PN}-0.7.1-gentoo-r1.patch - sed -i \ + eapply "${FILESDIR}"/${PN}-0.7.1-gentoo-r1.patch + sed -i \ -e "s:GENTOO_DATADIR:/usr/share/${PN}:" \ monsterz.py || die "sed failed"