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 28EE4158044 for ; Sat, 20 Apr 2024 15:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CCB3E29FD; Sat, 20 Apr 2024 15:13:00 +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 4C915E29FD for ; Sat, 20 Apr 2024 15:13:00 +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 646EF3433DD for ; Sat, 20 Apr 2024 15:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B2E21746 for ; Sat, 20 Apr 2024 15:12:56 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713620959.37e98a7c00a6c90a3e0b829e7efa0d3e24cf6280.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libdwarf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libdwarf/libdwarf-0.9.2.ebuild X-VCS-Directories: dev-libs/libdwarf/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 37e98a7c00a6c90a3e0b829e7efa0d3e24cf6280 X-VCS-Branch: master Date: Sat, 20 Apr 2024 15:12:56 +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: f7fb859a-102c-4344-905c-391fe744956c X-Archives-Hash: e927f2649eeb6614edd7222abf51d318 commit: 37e98a7c00a6c90a3e0b829e7efa0d3e24cf6280 Author: David Roman gmail com> AuthorDate: Sat Apr 20 13:49:19 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 20 13:49:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37e98a7c dev-libs/libdwarf: fix docs install Closes: https://bugs.gentoo.org/930232 Signed-off-by: David Roman gmail.com> dev-libs/libdwarf/libdwarf-0.9.2.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-libs/libdwarf/libdwarf-0.9.2.ebuild b/dev-libs/libdwarf/libdwarf-0.9.2.ebuild index 89fcac2563..68ff604546 100644 --- a/dev-libs/libdwarf/libdwarf-0.9.2.ebuild +++ b/dev-libs/libdwarf/libdwarf-0.9.2.ebuild @@ -44,8 +44,4 @@ src_install(){ cmake_src_install dodoc ChangeLog* doc/*.pdf - if use doc; then - mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die - rmdir "${ED}"/usr/share/doc/${PN} || die - fi }