From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 900B813888F for ; Sun, 4 Oct 2015 15:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0CE821C00B; Sun, 4 Oct 2015 15:26:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97E5E21C00B for ; Sun, 4 Oct 2015 15:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 657A03408C5 for ; Sun, 4 Oct 2015 15:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C465E502 for ; Sun, 4 Oct 2015 15:26:06 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1443972362.47961a1e5c39aa0561925517e58c9db0579b65f2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/radvd/radvd-2.11-r1.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 47961a1e5c39aa0561925517e58c9db0579b65f2 X-VCS-Branch: master Date: Sun, 4 Oct 2015 15:26:06 +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-Archives-Salt: 9c98127e-0474-4259-9ab0-fcccbc65674a X-Archives-Hash: c6428e4dff9921dc58c17bed9749d016 commit: 47961a1e5c39aa0561925517e58c9db0579b65f2 Author: Mike Gilbert gentoo org> AuthorDate: Sun Oct 4 15:25:31 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 4 15:26:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47961a1e net-misc/radvd: Call eautoreconf radvd-2.10-musl-libc-fix.patch modifies configure.ac. Bug: https://bugs.gentoo.org/562236 Package-Manager: portage-2.2.22_p5 net-misc/radvd/radvd-2.11-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/radvd/radvd-2.11-r1.ebuild b/net-misc/radvd/radvd-2.11-r1.ebuild index d7e1949..9b5c111 100644 --- a/net-misc/radvd/radvd-2.11-r1.ebuild +++ b/net-misc/radvd/radvd-2.11-r1.ebuild @@ -4,7 +4,7 @@ EAPI=4 -inherit systemd user eutils readme.gentoo +inherit autotools systemd user eutils readme.gentoo DESCRIPTION="Linux IPv6 Router Advertisement Daemon" HOMEPAGE="http://v6web.litech.org/radvd/" @@ -36,6 +36,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-2.10-musl-libc-fix.patch + eautoreconf } src_configure() {