From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 20D211384B4 for ; Fri, 18 Dec 2015 10:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3886CE08A4; Fri, 18 Dec 2015 10:14:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81AD9E0897 for ; Fri, 18 Dec 2015 10:13:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 877493406DD for ; Fri, 18 Dec 2015 10:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2672DCF3 for ; Fri, 18 Dec 2015 10:13:53 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1450431417.3ee6db048aa445b8e57296bfecaf6c354a33bacf.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/methane/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/methane/methane-1.5.1.ebuild X-VCS-Directories: games-arcade/methane/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 3ee6db048aa445b8e57296bfecaf6c354a33bacf X-VCS-Branch: master Date: Fri, 18 Dec 2015 10:13:53 +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: 749e90c9-8896-415b-a673-dd61f1285846 X-Archives-Hash: b0837fc2a7f2950d389e83eefb311d1f commit: 3ee6db048aa445b8e57296bfecaf6c354a33bacf Author: Michael Sterrett gentoo org> AuthorDate: Fri Dec 18 09:36:57 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri Dec 18 09:36:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee6db04 EAPI=5; minor tidying Package-Manager: portage-2.2.24 games-arcade/methane/methane-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/methane/methane-1.5.1.ebuild b/games-arcade/methane/methane-1.5.1.ebuild index b2c5cd1..18daced 100644 --- a/games-arcade/methane/methane-1.5.1.ebuild +++ b/games-arcade/methane/methane-1.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils games DESCRIPTION="Port from an old amiga game" @@ -22,7 +22,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch sed -i \ -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \ - sources/target.cpp + sources/target.cpp || die # fix weird parallel make issue wrt #450422 mkdir build || die