projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd6a76
)
dev-util/trinity: src_configure() no longer needed
author
Toralf Förster
<toralf.foerster@gmx.de>
Sat, 2 Apr 2016 09:14:14 +0000
(11:14 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/dev-util/trinity/trinity-9999.ebuild
b/dev-util/trinity/trinity-9999.ebuild
index 36b1a4ffe17e8dc360b47c7b0902d6a0953f76d7..caa077f50a09c0178dae1977f4b139d80f6b6bf0 100644
(file)
--- a/
dev-util/trinity/trinity-9999.ebuild
+++ b/
dev-util/trinity/trinity-9999.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
4
Gentoo Foundation
+# Copyright 1999-201
6
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
}