From: Toralf Förster Date: Sat, 2 Apr 2016 09:14:14 +0000 (+0200) Subject: dev-util/trinity: src_configure() no longer needed X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fa94229;p=gentoo.git dev-util/trinity: src_configure() no longer needed due to upstream commit b91a4ef77da which changed filename from configure.sh to configure bump EAPI=6 update Copyright Signed-off-by: Toralf Förster --- diff --git a/dev-util/trinity/trinity-9999.ebuild b/dev-util/trinity/trinity-9999.ebuild index 36b1a4ffe17e..caa077f50a09 100644 --- a/dev-util/trinity/trinity-9999.ebuild +++ b/dev-util/trinity/trinity-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit toolchain-funcs git-r3 @@ -26,10 +26,6 @@ src_prepare() { tc-export CC } -src_configure() { - ./configure.sh || die -} - src_compile() { emake V=1 }