From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 121E9138334 for ; Wed, 18 Dec 2019 16:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC8DE0975; Wed, 18 Dec 2019 16:32:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7681BE0977 for ; Wed, 18 Dec 2019 16:32:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 788C434D9F8 for ; Wed, 18 Dec 2019 16:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6BA09C7 for ; Wed, 18 Dec 2019 16:32:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1576686758.5b2c5eb8c366af5bc0d06cc66dac151a30aea737.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsearpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsearpc/libsearpc-3.2.0.ebuild X-VCS-Directories: net-libs/libsearpc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5b2c5eb8c366af5bc0d06cc66dac151a30aea737 X-VCS-Branch: master Date: Wed, 18 Dec 2019 16:32:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec54bb25-3f97-4513-b97c-2ff98e3f2e75 X-Archives-Hash: 01c262263117e675643b07f7d1410a4c commit: 5b2c5eb8c366af5bc0d06cc66dac151a30aea737 Author: Joonas Niilola gentoo org> AuthorDate: Wed Dec 18 16:09:57 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Dec 18 16:32:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2c5eb8 net-libs/libsearpc: use autotools.eclass to control am Signed-off-by: Joonas Niilola gentoo.org> net-libs/libsearpc/libsearpc-3.2.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/libsearpc/libsearpc-3.2.0.ebuild b/net-libs/libsearpc/libsearpc-3.2.0.ebuild index ff7238860b0..057be87d252 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}]"