summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToralf Förster <toralf.foerster@gmx.de>2016-04-02 11:14:14 +0200
committerDavid Seifert <soap@gentoo.org>2016-04-02 11:21:04 +0200
commitfa942294de2e0ac58bf1e0e1186bc1eda8320617 (patch)
tree7b047de7499b6ed9cf411ba1d6ee319c6d70a689 /dev-util/trinity
parentmedia-sound/xmms2: shrink DESCRIPTION (diff)
downloadgentoo-fa942294de2e0ac58bf1e0e1186bc1eda8320617.tar.gz
gentoo-fa942294de2e0ac58bf1e0e1186bc1eda8320617.tar.bz2
gentoo-fa942294de2e0ac58bf1e0e1186bc1eda8320617.zip
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>
Diffstat (limited to 'dev-util/trinity')
-rw-r--r--dev-util/trinity/trinity-9999.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-util/trinity/trinity-9999.ebuild b/dev-util/trinity/trinity-9999.ebuild
index 36b1a4ffe17e..caa077f50a09 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
}