Commit 8b5a1f98 authored by Vincent Castellano's avatar Vincent Castellano

Gentoo ebuild, untested changes

parent 964b210f
...@@ -20,7 +20,9 @@ DEPEND="sys-libs/zlib ...@@ -20,7 +20,9 @@ DEPEND="sys-libs/zlib
dev-libs/libconfig dev-libs/libconfig
dev-libs/openssl dev-libs/openssl
dev-libs/libevent dev-libs/libevent
lua? ( dev-lang/lua )" lua? ( dev-lang/lua )
json? ( dev-lib/jansson )
python? ( dev-lang/python )"
src_unpack() { src_unpack() {
git-2_src_unpack git-2_src_unpack
...@@ -30,6 +32,8 @@ src_unpack() { ...@@ -30,6 +32,8 @@ src_unpack() {
src_configure() { src_configure() {
econf $(use_enable lua liblua ) econf $(use_enable lua liblua )
econf $(use_enable python python )
econf $(use_enable json json )
} }
src_install() { src_install() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment