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 675FC1384B4 for ; Sun, 22 Nov 2015 06:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E999E21C007; Sun, 22 Nov 2015 06:09:22 +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 7599121C007 for ; Sun, 22 Nov 2015 06:09:22 +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 40F51340890 for ; Sun, 22 Nov 2015 06:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9327A7F for ; Sun, 22 Nov 2015 06:09:18 +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: <1448172547.de6a4318c844c657ac65786afbfef15db11c09c7.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/deathchase3d/deathchase3d-0.9.ebuild X-VCS-Directories: games-action/deathchase3d/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: de6a4318c844c657ac65786afbfef15db11c09c7 X-VCS-Branch: master Date: Sun, 22 Nov 2015 06:09:18 +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: 8e572b19-40f3-48a1-84c3-e86a47f3b14c X-Archives-Hash: b7e12e247cfabfd7f2bc9b1836b50da8 commit: de6a4318c844c657ac65786afbfef15db11c09c7 Author: Michael Sterrett gentoo org> AuthorDate: Sun Nov 22 06:09:07 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Nov 22 06:09:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6a4318 use epatch to apply patch Package-Manager: portage-2.2.20.1 games-action/deathchase3d/deathchase3d-0.9.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild index 35290c1..8a9b39e 100644 --- a/games-action/deathchase3d/deathchase3d-0.9.ebuild +++ b/games-action/deathchase3d/deathchase3d-0.9.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 -inherit games +EAPI=5 +inherit eutils games DESCRIPTION="A remake of the Sinclair Spectrum game of the same name" HOMEPAGE="http://www.autismuk.freeserve.co.uk/" @@ -14,10 +14,12 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="media-libs/libsdl" -RDEPEND="${DEPEND}" +DEPEND="media-libs/libsdl[video]" +RDEPEND=${DEPEND} -PATCHES=( "${FILESDIR}"/${P}-underlink.patch ) +src_prepare() { + epatch "${FILESDIR}"/${P}-underlink.patch +} src_install() { dogamesbin "${PN}/${PN}"