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 CEA88158087 for ; Tue, 18 Jan 2022 11:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2500D2BC01B; Tue, 18 Jan 2022 11:35:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D4AD2BC01B for ; Tue, 18 Jan 2022 11:35:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F02EB342B5C for ; Tue, 18 Jan 2022 11:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4F3329B for ; Tue, 18 Jan 2022 11:35:35 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1642505719.2cbded7a0360bf8e5cbd89f3fec827c9040bbc7d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild X-VCS-Directories: dev-ml/ocamlnet/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2cbded7a0360bf8e5cbd89f3fec827c9040bbc7d X-VCS-Branch: master Date: Tue, 18 Jan 2022 11:35:35 +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: 383f21c0-1515-4dc1-b7cb-0c8f2ec12eba X-Archives-Hash: 1a5dd72a90cc4e4ed68f87c47eb32939 commit: 2cbded7a0360bf8e5cbd89f3fec827c9040bbc7d Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 18 11:35:19 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 18 11:35:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbded7a dev-ml/ocamlnet: use toolchain-funcs eclass to get cpp Closes: https://bugs.gentoo.org/751274 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild | 5 +++-- dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild index 8976098b07bc..135e3afb853c 100644 --- a/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit findlib +inherit findlib toolchain-funcs MY_P=${P/_beta/test} DESCRIPTION="Modules for OCaml application-level Internet protocols" @@ -61,6 +61,7 @@ src_configure() { $(ocamlnet_use_enable tk tcl) \ $(ocamlnet_use_enable zip zip) \ $(ocamlnet_use_with httpd nethttpd) \ + -cpp $(tc-getPROG CPP cpp) \ || die "Error: econf failed!" } diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild index 8976098b07bc..135e3afb853c 100644 --- a/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit findlib +inherit findlib toolchain-funcs MY_P=${P/_beta/test} DESCRIPTION="Modules for OCaml application-level Internet protocols" @@ -61,6 +61,7 @@ src_configure() { $(ocamlnet_use_enable tk tcl) \ $(ocamlnet_use_enable zip zip) \ $(ocamlnet_use_with httpd nethttpd) \ + -cpp $(tc-getPROG CPP cpp) \ || die "Error: econf failed!" }