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@gmx.de>
This commit is contained in:
Toralf Förster
2016-04-02 11:14:14 +02:00
committed by David Seifert
parent 8dd6a76abb
commit fa942294de

View 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
}