summaryrefslogtreecommitdiff
path: root/sys-process
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-27 23:40:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-27 23:40:34 +0000
commitfdd31f37b982d2c1b6d73b85f99718b13031be36 (patch)
treeb53698971171aec857ab0822be99fc89cac616c6 /sys-process
parent5cf235d5f7f308ba0183f7fa588514966b692114 (diff)
gentoo auto-resync : 27:02:2024 - 23:40:33
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/Manifest.gzbin10149 -> 10153 bytes
-rw-r--r--sys-process/ctop/Manifest4
-rw-r--r--sys-process/ctop/ctop-0.7.7.ebuild4
3 files changed, 5 insertions, 3 deletions
diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz
index 98f5b3b12749..4cdd90c0b61b 100644
--- a/sys-process/Manifest.gz
+++ b/sys-process/Manifest.gz
Binary files differ
diff --git a/sys-process/ctop/Manifest b/sys-process/ctop/Manifest
index e3fd45f5e8a3..701909c5b91f 100644
--- a/sys-process/ctop/Manifest
+++ b/sys-process/ctop/Manifest
@@ -1,4 +1,4 @@
-DIST ctop-0.7.7-deps.tar.xz 67561244 BLAKE2B ad8d6c2d57f3f224f635da86da4b3d696fd2ce486114fc6bcd9533e5b73a7318f8d2493f0e1753e94606ea3e6cf6bdd2306354924b3825259ccc957637de6fa2 SHA512 96c7acaf1b7651619d3384bf49564542694d723b5af4d65db43808888e901915329688be14ad48797df55d9aa5b00c2ae48a054d80d503f613a9c7cf9ddbf0ae
+DIST ctop-0.7.7-deps.tar.xz 23927548 BLAKE2B 3fc1aa33f13543c1c07eb841f89b6da7b32adac7b3ec3dbf8fdf84759de8a43ac125c3a9422f6cef474be8c65ea4aa1316d36a5de16d7a18e91cc9a2330192f7 SHA512 a7519946a7a31991fedc03a786e9a0cb52ddd1fa0afa2b7b73b44f65aeed7cf2ccd42dc4b4d0eb9de4fc9a90566576e2cfe3193d4520426aa9553d84c0e8702a
DIST ctop-0.7.7.tar.gz 1434567 BLAKE2B 21bcc7a7996cf8cd1bfb87da30bbccd3f1c9a257b1140a81795186c466c7e499233e691eca3dac2e953fb9e46d0cacd78ee87abcbfd01965401d3666f3ff8eff SHA512 9924c4dc5da489f90b029bc8060e759edf02a170e17bbc9f9c29b6536e5bc3e5eec69af829c7662a1f69cd331fc24022cae8b30e865a07742fd7e3623bc7f33f
-EBUILD ctop-0.7.7.ebuild 632 BLAKE2B 0c1a39e38522f349fe7003edff0ea2d325654e3fd466c6d157a6d6f2aa5630e1a6c33fcc1a747248032885809809139978d56f940951eb5a6b1d8c8bf9df8fcc SHA512 03602a6a6e14f223e2d65ef951f43282c774b4e05bbe6e89afdf4920d09598094b1deb19fe1d62503f91d3ed8377febf6a999a22d59c58ccaa89b70e07abca69
+EBUILD ctop-0.7.7.ebuild 681 BLAKE2B 975900f979d04c1a1ae631eadabfc5c724d30af8c935e52d6161e057260647023a1ab611bc6a6144db1bae72c1db62decb884b12dc8e74b7e9ba10e24eeb51dc SHA512 7c536ecfbf8a275c7775013087dd940b3b0de01a836afc22ef486e9b7a317795180ee993d8b1b895b284a94152868a3f8512771793eda00cb4718f6149d44391
MISC metadata.xml 249 BLAKE2B 3ac4e2a166d7ff60704aeea5fc708461b29d2d1af96a4a59999256d5cf5e4c5857674ba5f4b3b2edd710c4a2eec13104f8eec4d8d1bef1fbeacea791fdf9b4f0 SHA512 eaa329c6c78ee4f1320431427d4ab66f79ea2a5c43804db58d7008a1e0b8a0fcc35c743c8831cb5b8da2ae936947253da3d75e1f93f1a88387c0d99a0fe6a31a
diff --git a/sys-process/ctop/ctop-0.7.7.ebuild b/sys-process/ctop/ctop-0.7.7.ebuild
index bec6ba5b3f9f..6921a8a22a0f 100644
--- a/sys-process/ctop/ctop-0.7.7.ebuild
+++ b/sys-process/ctop/ctop-0.7.7.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=8
@@ -16,6 +16,8 @@ KEYWORDS="~amd64"
IUSE="hardened"
src_compile() {
+ sed -i -e '/go mod download/d' Makefile || die
+
export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
emake VERSION="${PV}" BUILD="${PVR}" build
}