mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
committed by
David Seifert
parent
8dd6a76abb
commit
fa942294de
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user