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 84BF0158090 for ; Mon, 30 May 2022 13:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B28A1E092F; Mon, 30 May 2022 13:08:28 +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 97E7EE092F for ; Mon, 30 May 2022 13:08:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1794E3418F9 for ; Mon, 30 May 2022 13:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548E248C for ; Mon, 30 May 2022 13:08:25 +0000 (UTC) From: "Nickolas Raymond Kaczynski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nickolas Raymond Kaczynski" Message-ID: <1653916063.ec6d9b6b1ab42da772fe8520d6e643b821fd6934.nrk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/nsxiv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/nsxiv/nsxiv-9999.ebuild X-VCS-Directories: media-gfx/nsxiv/ X-VCS-Committer: nrk X-VCS-Committer-Name: Nickolas Raymond Kaczynski X-VCS-Revision: ec6d9b6b1ab42da772fe8520d6e643b821fd6934 X-VCS-Branch: dev Date: Mon, 30 May 2022 13:08:25 +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: 9e006b9a-4fc2-4613-8163-8350c5634969 X-Archives-Hash: f30179687a6f0567fac7fc9082d6dd93 commit: ec6d9b6b1ab42da772fe8520d6e643b821fd6934 Author: Nickolas Raymond Kaczynski disroot org> AuthorDate: Mon May 30 13:07:43 2022 +0000 Commit: Nickolas Raymond Kaczynski disroot org> CommitDate: Mon May 30 13:07:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec6d9b6b media-gfx/nsxiv: update 9999 to latest master Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nickolas Raymond Kaczynski disroot.org> media-gfx/nsxiv/nsxiv-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/nsxiv/nsxiv-9999.ebuild b/media-gfx/nsxiv/nsxiv-9999.ebuild index 20d5ea1cc..b33899993 100644 --- a/media-gfx/nsxiv/nsxiv-9999.ebuild +++ b/media-gfx/nsxiv/nsxiv-9999.ebuild @@ -45,9 +45,8 @@ src_prepare() { } src_configure() { - sed -i -e '/^install: / s|: all|:|' \ - -e 's|^CFLAGS =|CFLAGS +=|' \ - Makefile || die "sed failed" + sed -i -e '/^install: / s|: all|:|' Makefile || die "sed failed" + sed -i -e 's|^CFLAGS =|CFLAGS +=|' config.mk || die "sed failed" } src_compile() {