projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54efa11
)
dev-db/rethinkdb: compilation should use python2 fix #592726
author
Ultrabug
<ultrabug@gentoo.org>
Mon, 5 Sep 2016 13:49:45 +0000
(15:49 +0200)
committer
Ultrabug
<ultrabug@gentoo.org>
Mon, 5 Sep 2016 13:50:06 +0000
(15:50 +0200)
Package-Manager: portage-2.2.27
dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
index cbd2f672909d1cc85ffec1553654720d442aee2d..5e9709e11e2161a874e96fe83050266d16255f85 100644
(file)
--- a/
dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
+++ b/
dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
@@
-4,7
+4,7
@@
EAPI="6"
-inherit systemd user
+inherit
python-utils-r1
systemd user
DESCRIPTION="The open-source database for the realtime web."
HOMEPAGE="http://www.rethinkdb.com"
@@
-77,6
+77,7
@@
src_configure() {
}
src_compile() {
+ python_export python2.7 EPYTHON
emake VERBOSE=1
}