dev-util/trinity: src_configure() no longer needed
authorToralf Förster <toralf.foerster@gmx.de>
Sat, 2 Apr 2016 09:14:14 +0000 (11:14 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 2 Apr 2016 09:21:04 +0000 (11:21 +0200)
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@gmx.de>
dev-util/trinity/trinity-9999.ebuild

index 36b1a4ffe17e8dc360b47c7b0902d6a0953f76d7..caa077f50a09c0178dae1977f4b139d80f6b6bf0 100644 (file)
@@ -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
 }