commit: fa942294de2e0ac58bf1e0e1186bc1eda8320617
Author: Toralf Förster <toralf.foerster <AT> gmx <DOT> de>
AuthorDate: Sat Apr 2 09:14:14 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 09:21:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa942294
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 <toralf.foerster <AT> gmx.de>
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 36b1a4f..caa077f 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
}