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 DFA6215802E for ; Tue, 25 Jun 2024 09:52:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA653E29EF; Tue, 25 Jun 2024 09:52:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 778C4E29F1 for ; Tue, 25 Jun 2024 09:52:07 +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 9EA77343018 for ; Tue, 25 Jun 2024 09:52:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A1331D4B for ; Tue, 25 Jun 2024 09:52:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719069678.8d028722192c1fcd7399c0ec5a704fa76e5063d6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-news/newsraft/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-news/newsraft/newsraft-0.25.ebuild X-VCS-Directories: net-news/newsraft/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8d028722192c1fcd7399c0ec5a704fa76e5063d6 X-VCS-Branch: master Date: Tue, 25 Jun 2024 09:52:05 +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: 453cb052-c461-4d9e-a81c-b1908c8f218c X-Archives-Hash: 67d299fce35a81e4f2d59cf595445be4 commit: 8d028722192c1fcd7399c0ec5a704fa76e5063d6 Author: Eli Burch burchbytes com> AuthorDate: Sat Jun 22 15:20:26 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jun 22 15:21:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d028722 net-news/newsraft: Drop patch, call emake directly Signed-off-by: Eli Burch burchbytes.com> net-news/newsraft/newsraft-0.25.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-news/newsraft/newsraft-0.25.ebuild b/net-news/newsraft/newsraft-0.25.ebuild index 48c8f80e0..8011629b0 100644 --- a/net-news/newsraft/newsraft-0.25.ebuild +++ b/net-news/newsraft/newsraft-0.25.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit toolchain-funcs + DESCRIPTION="A lightweight feed reader with ncurses user interface inspired by Newsboat." HOMEPAGE="https://codeberg.org/newsraft/newsraft" @@ -32,9 +34,9 @@ BDEPEND=" virtual/pkgconfig " -PATCHES=( - "${FILESDIR}/newsraft-0.25-hardcoded-CFLAGS-LDFLAGS.patch" -) +src_compile(){ + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" +} src_install() { emake PREFIX="/usr" DESTDIR="${D}" install