From: Joonas Niilola Date: Wed, 18 Dec 2019 16:09:57 +0000 (+0200) Subject: net-libs/libsearpc: use autotools.eclass to control am X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b2c5eb8c366af5bc0d06cc66dac151a30aea737;p=gentoo.git net-libs/libsearpc: use autotools.eclass to control am Signed-off-by: Joonas Niilola --- diff --git a/net-libs/libsearpc/libsearpc-3.2.0.ebuild b/net-libs/libsearpc/libsearpc-3.2.0.ebuild index ff7238860b02..057be87d2525 100644 --- 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}]"