commit:     5b5e6c8980bb8eae5ac10fc40eb4d2d83a7856ed
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Wed Jan  7 11:32:21 2026 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Wed Jan  7 11:32:21 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b5e6c89

net-misc/graftcp: make PATCHES an array

Fixes pkgcheck failing on FileUnknown.

PATCHES is commonly an array these days and using a plain string is not
supported by pkgcheck.

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 net-misc/graftcp/graftcp-0.7.1.ebuild | 14 +++++++-------
 net-misc/graftcp/graftcp-0.7.4.ebuild |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-misc/graftcp/graftcp-0.7.1.ebuild 
b/net-misc/graftcp/graftcp-0.7.1.ebuild
index fe0782d1cf..910f205109 100644
--- a/net-misc/graftcp/graftcp-0.7.1.ebuild
+++ b/net-misc/graftcp/graftcp-0.7.1.ebuild
@@ -29,13 +29,13 @@ BDEPEND="
        systemd? ( dev-util/pkgconf )
 "
 
-PATCHES="
-       ${FILESDIR}/0001-build-not-enabling-service-in-install_systemd.patch
-       ${FILESDIR}/0002-build-no-longer-strip-symbols.patch
-       ${FILESDIR}/0003-version-v0.7.patch
-       ${FILESDIR}/0004-fix-parallel-build-dependency.patch
-       ${FILESDIR}/0005-let-graftcp-respect-LDFLAGS.patch
-"
+PATCHES=(
+       "${FILESDIR}/0001-build-not-enabling-service-in-install_systemd.patch"
+       "${FILESDIR}/0002-build-no-longer-strip-symbols.patch"
+       "${FILESDIR}/0003-version-v0.7.patch"
+       "${FILESDIR}/0004-fix-parallel-build-dependency.patch"
+       "${FILESDIR}/0005-let-graftcp-respect-LDFLAGS.patch"
+)
 
 # Generated by nim
 QA_FLAGS_IGNORED="

diff --git a/net-misc/graftcp/graftcp-0.7.4.ebuild 
b/net-misc/graftcp/graftcp-0.7.4.ebuild
index 47c0b29c0e..6523763f18 100644
--- a/net-misc/graftcp/graftcp-0.7.4.ebuild
+++ b/net-misc/graftcp/graftcp-0.7.4.ebuild
@@ -52,8 +52,8 @@ RDEPEND="acct-user/graftcp"
 BDEPEND=">=dev-lang/go-1.21"
 
 PATCHES=(
-       "${FILESDIR}"/0002-build-no-longer-strip-symbols.patch
-       "${FILESDIR}"/0005-let-graftcp-respect-LDFLAGS.patch
+       "${FILESDIR}/0002-build-no-longer-strip-symbols.patch"
+       "${FILESDIR}/0005-let-graftcp-respect-LDFLAGS.patch"
 )
 
 DOCS=(

Reply via email to