From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1428784-garchives=archives.gentoo.org@lists.gentoo.org> 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 82D43158094 for <garchives@archives.gentoo.org>; Thu, 18 Aug 2022 21:57:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 443AEE086D; Thu, 18 Aug 2022 21:57:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29B0EE086D for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 21:57:36 +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 5873134157C for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 21:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8D0456C for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 21:57:33 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1660859846.2e96f9900cccc95bd86dbe2d181047fbb00674fb.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/Makefile X-VCS-Directories: wrappers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e96f9900cccc95bd86dbe2d181047fbb00674fb X-VCS-Branch: master Date: Thu, 18 Aug 2022 21:57:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c804918e-1c99-40f9-b5f4-70501490dd76 X-Archives-Hash: 93681f89ae29501b8fe70884997e73c4 commit: 2e96f9900cccc95bd86dbe2d181047fbb00674fb Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org> AuthorDate: Thu Aug 18 21:49:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 18 21:57:26 2022 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=2e96f990 wrappers/Makefile: fix weird double spaces Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org> Closes: https://github.com/gentoo/crossdev/pull/4 Signed-off-by: Sam James <sam <AT> gentoo.org> wrappers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/Makefile b/wrappers/Makefile index 79f47aa..031f099 100644 --- a/wrappers/Makefile +++ b/wrappers/Makefile @@ -4,7 +4,7 @@ include ../settings.mk PORTDIR ?= $(shell portageq envvar PORTDIR) -FNAMES = cross-ebuild cross-emerge cross-fix-root cross-pkg-config emerge-wrapper +FNAMES = cross-ebuild cross-emerge cross-fix-root cross-pkg-config emerge-wrapper SITEDIR = $(PREFIX)/share/crossdev/include/site ETC_SITEDIR = $(EPREFIX)/etc/crossdev/include/site