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@gmail.com>
This commit is contained in:
Paul Zander
2026-01-07 12:32:21 +01:00
parent a96696add5
commit 5b5e6c8980
2 changed files with 9 additions and 9 deletions

View File

@@ -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="

View File

@@ -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=(