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 2B1B7158095 for ; Mon, 18 Jul 2022 19:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14406E0D90; Mon, 18 Jul 2022 19:37:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EA084E0D90 for ; Mon, 18 Jul 2022 19:37:50 +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 EEE4D340F76 for ; Mon, 18 Jul 2022 19:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52BFD540 for ; Mon, 18 Jul 2022 19:37:48 +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: <1658173062.a98e6e5fd481d4233433451d6535609060308bad.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a98e6e5fd481d4233433451d6535609060308bad X-VCS-Branch: master Date: Mon, 18 Jul 2022 19:37:48 +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: 40ca21de-aa1c-47d2-8d92-4d4f17a969be X-Archives-Hash: 80185491f0ec8ed42682cb96859561bc commit: a98e6e5fd481d4233433451d6535609060308bad Author: Sam James gentoo org> AuthorDate: Mon Jul 18 19:14:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 18 19:37:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a98e6e5f ebuild.5: update for dolib, libopts being banned in EAPI 7 Signed-off-by: Sam James gentoo.org> man/ebuild.5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 8402d667b..ef1de107b 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1421,11 +1421,13 @@ necessary dirs. .B dolib.so\fR \fI\fR \fI[list of more libraries] .PD 1 Installs a library or a list of libraries into \fIDESTTREE\fR/lib. -Creates all necessary dirs. +Creates all necessary dirs. dolib is banned in \fBEAPI 7\fR: use the more +specific \fBdolib.a\fR or \fBdolib.so\fR instead. .TP .B libopts\fR \fI[options for install(1)] Can be used to define options for the install function used in -the \fBdolib\fR functions. The default is \fI\-m0644\fR. +the \fBdolib\fR functions. The default is \fI\-m0644\fR. \fBlibopts\fR +is banned in \fBEAPI 7\fR. .TP .B doman\fR \fI[\-i18n=]\fR \fI [list of more man\-pages] Installs manual\-pages into /usr/share/man/man[0\-9n] depending on the