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 29BE8158094 for ; Mon, 25 Jul 2022 11:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E0FBE0ABB; Mon, 25 Jul 2022 11:08:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 18029E0ABB for ; Mon, 25 Jul 2022 11:08:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A81A4340FE5 for ; Mon, 25 Jul 2022 11:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0C8E525 for ; Mon, 25 Jul 2022 11:08:28 +0000 (UTC) From: "Duje Mihanović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Duje Mihanović" Message-ID: <1658747277.2f46303319730b496fef9cc4593700af39aaa3f5.duje.mihanovic@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/peertube-viewer-rs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4-r1.ebuild X-VCS-Directories: net-misc/peertube-viewer-rs/ X-VCS-Committer: duje.mihanovic X-VCS-Committer-Name: Duje Mihanović X-VCS-Revision: 2f46303319730b496fef9cc4593700af39aaa3f5 X-VCS-Branch: dev Date: Mon, 25 Jul 2022 11:08:28 +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: a51e6717-e5d3-4aab-8bbe-4a2c11b70e5a X-Archives-Hash: 71fad3735ba3f7eed5453d0762ec28ec commit: 2f46303319730b496fef9cc4593700af39aaa3f5 Author: Duje Mihanović skole hr> AuthorDate: Mon Jul 25 11:07:57 2022 +0000 Commit: Duje Mihanović skole hr> CommitDate: Mon Jul 25 11:07:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f463033 net-misc/peertube-viewer-rs: force disable LTO Closes: https://bugs.gentoo.org/860321 Signed-off-by: Duje Mihanović skole.hr> net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4-r1.ebuild b/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4-r1.ebuild index cc84f0d61..f21d4e9f5 100644 --- a/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4-r1.ebuild +++ b/net-misc/peertube-viewer-rs/peertube-viewer-rs-1.8.4-r1.ebuild @@ -114,8 +114,7 @@ CRATES=" windows_x86_64_gnu-0.30.0 windows_x86_64_msvc-0.30.0 " - -inherit cargo +inherit cargo flag-o-matic DESCRIPTION="Command-line PeerTube viewer inspired by youtube-viewer" HOMEPAGE="https://gitlab.com/peertube-viewer/peertube-viewer-rs" @@ -129,6 +128,11 @@ QA_FLAGS_IGNORED=( "usr/bin/peertube-viewer-rs" ) +src_prepare() { + default + filter-lto +} + src_install() { cargo_src_install install -Dm644 -t "${D}/usr/share/man/man1" "${S}/${PN}.1"