mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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="
|
||||
|
||||
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user