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 16A98158091 for ; Thu, 16 Jun 2022 16:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 214BCE09C3; Thu, 16 Jun 2022 16:30:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B3C5E09C2 for ; Thu, 16 Jun 2022 16:30:59 +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 51ACC342114 for ; Thu, 16 Jun 2022 16:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC214514 for ; Thu, 16 Jun 2022 16:30:55 +0000 (UTC) From: "Sam James" 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" Message-ID: <1655397036.b7e948de20d74bd90b0a8d34875b0d4eb39843fb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild X-VCS-Directories: media-gfx/tuxpaint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7e948de20d74bd90b0a8d34875b0d4eb39843fb X-VCS-Branch: master Date: Thu, 16 Jun 2022 16:30:55 +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: 8351e6cc-5b02-493d-839c-e1fdc0df1fd2 X-Archives-Hash: c892899fee7d47a1dbda25f3ae339ced commit: b7e948de20d74bd90b0a8d34875b0d4eb39843fb Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Jun 8 20:04:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 16 16:30:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e948de media-gfx/tuxpaint: fix unquoted variable FILESDIR Signed-off-by: Thomas Bracht Laumann Jespersen laumann.xyz> Signed-off-by: Sam James gentoo.org> media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild index e66114bec40f..b9d1e8f71b96 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild @@ -36,7 +36,7 @@ BDEPEND=" " PATCHES=( - ${FILESDIR}"/${P}-Makefile.patch" + "${FILESDIR}"/${P}-Makefile.patch ) src_compile() {