summaryrefslogtreecommitdiff
path: root/sys-process
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-28 19:46:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-28 19:46:44 +0000
commit4b9f95125b5c774c45668477e8dc5edf306d0753 (patch)
treeb1442ef294cb293d4025b80403901517779aed86 /sys-process
parent7a42e8577d50dc5ee7861983fe0ae2c8a611bc8c (diff)
downloadbaldeagleos-repo-4b9f95125b5c774c45668477e8dc5edf306d0753.tar.gz
baldeagleos-repo-4b9f95125b5c774c45668477e8dc5edf306d0753.tar.xz
baldeagleos-repo-4b9f95125b5c774c45668477e8dc5edf306d0753.zip
Adding metadata
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/ctop/ctop-0.7.7.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-process/ctop/ctop-0.7.7.ebuild b/sys-process/ctop/ctop-0.7.7.ebuild
index 6921a8a22a0f..3252822343ce 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-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,12 +13,10 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar
LICENSE="MIT"
SLOT="0"
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
}