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 E39B915838C for ; Tue, 23 Jan 2024 06:03:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32993E2A4A; Tue, 23 Jan 2024 06:03:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16E94E2A4A for ; Tue, 23 Jan 2024 06:03:38 +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 057C1343312 for ; Tue, 23 Jan 2024 06:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92616134C for ; Tue, 23 Jan 2024 06:03:35 +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: <1705989742.5fc632c772ebd016e08e3632a08349a9d2fbe336.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-apple/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild X-VCS-Directories: sys-devel/gcc-apple/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5fc632c772ebd016e08e3632a08349a9d2fbe336 X-VCS-Branch: master Date: Tue, 23 Jan 2024 06:03: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: 4dec1392-cb8b-43b1-9a96-bf601b224312 X-Archives-Hash: e0971cc91db16c5080544a53686c41ee commit: 5fc632c772ebd016e08e3632a08349a9d2fbe336 Author: Sam James gentoo org> AuthorDate: Tue Jan 23 06:02:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 23 06:02:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc632c7 sys-devel/gcc-apple: compress slotted man pages & info pages As noted in the bug, we install to a different location to accommodate slotting and hence do not benefit from the automagic compression for /usr/share/doc. Explicitly opt-in for the man pages & info pages we install. Bug: https://bugs.gentoo.org/922729 Signed-off-by: Sam James gentoo.org> sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild index 197a3247c925..0a8cb2421474 100644 --- a/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild +++ b/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r3.ebuild @@ -312,6 +312,8 @@ src_install() { echo "STDCXX_INCDIR=\"g++-v${GCC_VERS/\.*/}\"" >> ${gcc_envd_file} is_crosscompile && echo "CTARGET=${CTARGET}" >> ${gcc_envd_file} + docompress /usr/share/gcc-data/${CTARGET}/${GCC_VERS}/{man,info} + # Move to compiler-specific directories [[ -f ${D}${STDCXX_INCDIR}/cxxabi.h ]] && \ mv -f "${D}"${STDCXX_INCDIR}/cxxabi.h "${D}"${LIBPATH}/include/