summaryrefslogtreecommitdiff
path: root/net-misc/pipes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /net-misc/pipes
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'net-misc/pipes')
-rw-r--r--net-misc/pipes/Manifest2
-rw-r--r--net-misc/pipes/pipes-1.16.1-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pipes/Manifest b/net-misc/pipes/Manifest
index 0a6b181334b0..7c193b708785 100644
--- a/net-misc/pipes/Manifest
+++ b/net-misc/pipes/Manifest
@@ -1,4 +1,4 @@
AUX pipes-1.16.1-execlp.patch 603 BLAKE2B fb36b8f00c05b8f0fef930757da458d1f571ecda4487cf5641417d9a79548e28212c1a12599b69a068d55a2e5cb991de0c37b787e13516965122e949bac5db40 SHA512 ad28dab392c962fc476ca6596a0609dbee2a3f6300b27daaaae5b5e44c3c94154b682bc749697be20373b530b228d45170193e085e96bbcbfeff7190746767d7
DIST pipes-1.16.1.tar.bz2 21642 BLAKE2B c5725244f7ac0b77ff3ac3d753ff96ac7d853cd1e7cb0ab82a14decc6ad6ec94503426be712e1b9117a6e95a95939c5d9e91d9f31eb397c96182fac8f7148100 SHA512 ff8f6cf7934149c3d8a6e0443a06840863313acccd31791913fa25b086173e834d8f357212811e5e1ddb62148d3e687858e8956065734f11d7fc729f2a64b0a3
-EBUILD pipes-1.16.1-r1.ebuild 651 BLAKE2B 11f199ac06317585b7200b5cfa5fcaa1ac8136478dbfcfb9ca79c191b7a42f7f3b682496e45528f2aae5d3e6dfe8921fc37b509d3202f00d6ede6a42a940ee00 SHA512 269d5fd9aedf979c68397ac599484584dc66ab894fa68c6fcf596bff4cbfcb0fc7f70dceb6737f4d8ade15026c1519aa8cf78913f5e5f7f0a74cd47e2f874caa
+EBUILD pipes-1.16.1-r1.ebuild 653 BLAKE2B 0940c6c100791d6ee122fc445ec47b3fd9249671188c469a892fca0b13a15f40cd7114a00eab92e9f1c2e00582165249b15f2dd68b5c340a1c1f1e5603038149 SHA512 889685503f74ced6ba2f3ccd35e3b12c68b66a285445944f7231de441134d6b5d73c91488d50028d8a6ced67327f4dc0689475e02b9d89bb92819e975e9fddef
MISC metadata.xml 1244 BLAKE2B 87ebab2c78e1d5cd55ecf5f7ada08bca00ebd347099725ed0a50e66186401f19add0d94865b3c2baf9221c78d5f1a7ec55488d57ca289ff4fc3b7ab92ad1438c SHA512 1141579f90552bff7efe344685d3029343b18b6ed12727e5041b89f8b82493693cf87a7f9b87a654ded89cd2410c5b64223129c197002ce86b8898334939fa7d
diff --git a/net-misc/pipes/pipes-1.16.1-r1.ebuild b/net-misc/pipes/pipes-1.16.1-r1.ebuild
index 11036b37088e..7a2acfb32695 100644
--- a/net-misc/pipes/pipes-1.16.1-r1.ebuild
+++ b/net-misc/pipes/pipes-1.16.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ src_compile() {
# Prevent the build system from looking for dependencies
touch .depend || die
- emake CC=$(tc-getCC) OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}"
+ emake CC="$(tc-getCC)" OPTIM="${CFLAGS}" LDFLAGS="${CFLAGS} ${LDFLAGS}"
}
src_install() {