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 7DC78158004 for ; Sun, 10 Mar 2024 01:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F89E2A95; Sun, 10 Mar 2024 01:59:22 +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 576B0E2A94 for ; Sun, 10 Mar 2024 01:59:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E07BD340441 for ; Sun, 10 Mar 2024 01:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FECE1500 for ; Sun, 10 Mar 2024 01:59:18 +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: <1710035779.4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/hardlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/hardlink/hardlink-0.3.2.ebuild X-VCS-Directories: app-arch/hardlink/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6 X-VCS-Branch: master Date: Sun, 10 Mar 2024 01:59:18 +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: 7cb4ef0a-d15f-4416-8c77-04e1f2a3d9be X-Archives-Hash: efd74f92b8e37c805e37d9e93354ec13 commit: 4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6 Author: Sam James gentoo org> AuthorDate: Sun Mar 10 01:56:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 10 01:56:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4252bf24 app-arch/hardlink: fix UnquotedVariable Signed-off-by: Sam James gentoo.org> app-arch/hardlink/hardlink-0.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/hardlink/hardlink-0.3.2.ebuild b/app-arch/hardlink/hardlink-0.3.2.ebuild index 41e4ede3f061..e8474e2e6476 100644 --- a/app-arch/hardlink/hardlink-0.3.2.ebuild +++ b/app-arch/hardlink/hardlink-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -DOCS=( README ${T}/README.rsync ) +DOCS=( README "${T}"/README.rsync ) src_prepare() { default