Skip to content

Commit

Permalink
dev-util/trinity: src_configure() no longer needed
Browse files Browse the repository at this point in the history
due to upstream commit b91a4ef77da which changed filename from
configure.sh to configure

bump EAPI=6

update Copyright

Signed-off-by: Toralf Förster <[email protected]>
  • Loading branch information
toralf authored and SoapGentoo committed Apr 2, 2016
1 parent 8dd6a76 commit fa94229
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dev-util/trinity/trinity-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -26,10 +26,6 @@ src_prepare() {
tc-export CC
}

src_configure() {
./configure.sh || die
}

src_compile() {
emake V=1
}
Expand Down

0 comments on commit fa94229

Please sign in to comment.