projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad02c7
)
net-libs/libsearpc: use autotools.eclass to control am
author
Joonas Niilola
<juippis@gentoo.org>
Wed, 18 Dec 2019 16:09:57 +0000
(18:09 +0200)
committer
Joonas Niilola
<juippis@gentoo.org>
Wed, 18 Dec 2019 16:32:38 +0000
(18:32 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-libs/libsearpc/libsearpc-3.2.0.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/libsearpc/libsearpc-3.2.0.ebuild
b/net-libs/libsearpc/libsearpc-3.2.0.ebuild
index ff7238860b021eea1a1a21ae630422fcb74d7e9e..057be87d2525377769c7619ec720044316a4524b 100644
(file)
--- a/
net-libs/libsearpc/libsearpc-3.2.0.ebuild
+++ b/
net-libs/libsearpc/libsearpc-3.2.0.ebuild
@@
-5,6
+5,8
@@
EAPI=7
PYTHON_COMPAT=(python{2_7,3_5,3_6})
+WANT_AUTOMAKE=1.16
+
inherit autotools python-single-r1
DESCRIPTION="A simple C language RPC framework"
@@
-19,8
+21,7
@@
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.26.0
- >=dev-libs/jansson-2.2.1
- >=sys-devel/automake-1.16.1-r2:1.16"
+ >=dev-libs/jansson-2.2.1"
RDEPEND="${DEPEND}
dev-python/simplejson[${PYTHON_USEDEP}]"