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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FE35158020 for ; Tue, 11 Oct 2022 19:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30084E07D8; Tue, 11 Oct 2022 19:15:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FEE3E07D8 for ; Tue, 11 Oct 2022 19:15:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E73DB341204 for ; Tue, 11 Oct 2022 19:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34B9A5B2 for ; Tue, 11 Oct 2022 19:15:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665515700.232894597816812dbd20e2076a649abdbcde46f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/trio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/trio/trio-1.17.ebuild X-VCS-Directories: dev-libs/trio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 232894597816812dbd20e2076a649abdbcde46f3 X-VCS-Branch: master Date: Tue, 11 Oct 2022 19:15:13 +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: bd533da5-948f-4457-8284-705538515ad0 X-Archives-Hash: 3c4df8bcb6b9e53d4cd0af72824826bd commit: 232894597816812dbd20e2076a649abdbcde46f3 Author: orbea riseup net> AuthorDate: Tue Oct 11 18:27:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 11 19:15:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23289459 dev-libs/trio: Fix -Werror=strict-prototypes Reference: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/27743 Signed-off-by: Sam James gentoo.org> dev-libs/trio/trio-1.17.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-libs/trio/trio-1.17.ebuild b/dev-libs/trio/trio-1.17.ebuild index a12bd3608b4d..c0cd72148b66 100644 --- a/dev-libs/trio/trio-1.17.ebuild +++ b/dev-libs/trio/trio-1.17.ebuild @@ -6,7 +6,7 @@ EAPI=8 DOCS_BUILDER="doxygen" DOCS_DIR="doc" -inherit docs +inherit autotools docs DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() clones" HOMEPAGE="https://daniel.haxx.se/projects/trio/" @@ -16,6 +16,12 @@ LICENSE="trio" SLOT="0" KEYWORDS="~amd64 ~x86" +src_prepare() { + default + # Required to fix -Werror=strict-prototypes configure errors + eautoreconf +} + src_compile() { default docs_compile