From fa942294de2e0ac58bf1e0e1186bc1eda8320617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toralf=20F=C3=B6rster?= Date: Sat, 2 Apr 2016 11:14:14 +0200 Subject: [PATCH] dev-util/trinity: src_configure() no longer needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit due to upstream commit b91a4ef77da which changed filename from configure.sh to configure bump EAPI=6 update Copyright Signed-off-by: Toralf Förster --- dev-util/trinity/trinity-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-util/trinity/trinity-9999.ebuild b/dev-util/trinity/trinity-9999.ebuild index 36b1a4ffe17e8..caa077f50a09c 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 }