From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7C60158B20 for ; Tue, 04 Feb 2025 16:58:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C717D342F92 for ; Tue, 04 Feb 2025 16:58:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BF03C11046F; Tue, 04 Feb 2025 16:58:26 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B392111046F for ; Tue, 04 Feb 2025 16:58:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F8D9341707 for ; Tue, 04 Feb 2025 16:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA3E92606 for ; Tue, 04 Feb 2025 16:58:24 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1738688298.13588181c576ea61b30b6a8bf5ee4ce586ab835d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/elinks/elinks-0.18.0.ebuild www-client/elinks/elinks-9999.ebuild X-VCS-Directories: www-client/elinks/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 13588181c576ea61b30b6a8bf5ee4ce586ab835d X-VCS-Branch: master Date: Tue, 04 Feb 2025 16:58:24 +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: 44d97f2f-7bfc-406b-a4c5-24c1974f22fb X-Archives-Hash: 43e448c291ecd902513bdccec60bb603 commit: 13588181c576ea61b30b6a8bf5ee4ce586ab835d Author: James Le Cuirot gentoo org> AuthorDate: Tue Feb 4 16:54:10 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Feb 4 16:58:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13588181 www-client/elinks: Add doc USE flag elinks needs to be executed during the build to generate some of the documentation, which breaks cross-compiling. This works around it. Perl is needed to execute the help2xml script. Signed-off-by: James Le Cuirot gentoo.org> www-client/elinks/elinks-0.18.0.ebuild | 4 +++- www-client/elinks/elinks-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www-client/elinks/elinks-0.18.0.ebuild b/www-client/elinks/elinks-0.18.0.ebuild index 0c212218bb7d..739024d9aa3f 100644 --- a/www-client/elinks/elinks-0.18.0.ebuild +++ b/www-client/elinks/elinks-0.18.0.ebuild @@ -24,7 +24,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="bittorrent brotli bzip2 curl debug finger ftp gemini gopher gpm gnutls guile idn" +IUSE="bittorrent brotli bzip2 curl debug +doc finger ftp gemini gopher gpm gnutls guile idn" IUSE+=" javascript libcss lua lzma +mouse nls nntp perl python samba sftp ssl test tre unicode X xml zlib zstd" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -75,6 +75,7 @@ DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" virtual/pkgconfig + doc? ( dev-lang/perl ) nls? ( sys-devel/gettext ) test? ( net-dns/libidn @@ -123,6 +124,7 @@ src_configure() { $(meson_use bzip2 bzlib) $(meson_use curl libcurl) $(usex debug '-Ddebug=true' '-Dfastmem=true') + $(meson_use doc) $(meson_use finger) $(meson_use ftp) -Dfsp=false diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 780dfce3fd3a..d5826981e998 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -24,7 +24,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="bittorrent brotli bzip2 curl debug finger ftp gemini gopher gpm gnutls guile idn" +IUSE="bittorrent brotli bzip2 curl debug +doc finger ftp gemini gopher gpm gnutls guile idn" IUSE+=" javascript libcss lua lzma +mouse nls nntp perl python samba sftp ssl test tre unicode X xml zlib zstd" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -75,6 +75,7 @@ DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" virtual/pkgconfig + doc? ( dev-lang/perl ) nls? ( sys-devel/gettext ) test? ( net-dns/libidn @@ -118,6 +119,7 @@ src_configure() { $(meson_use bzip2 bzlib) $(meson_use curl libcurl) $(usex debug '-Ddebug=true' '-Dfastmem=true') + $(meson_use doc) $(meson_use finger) $(meson_use ftp) -Dfsp=false