summaryrefslogtreecommitdiff
path: root/sys-process/btop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-12 02:01:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-12 02:01:24 +0000
commit39c32f4d5dca9f6293fccb69e9d50baf494c8de4 (patch)
treeec772fdf23a7279a60e9063b01c2dc909741a197 /sys-process/btop
parent494ca58c9f5243dd4b56557aa8c41bce76e95ec3 (diff)
gentoo auto-resync : 12:12:2024 - 02:01:23
Diffstat (limited to 'sys-process/btop')
-rw-r--r--sys-process/btop/Manifest4
-rw-r--r--sys-process/btop/btop-1.3.2.ebuild4
-rw-r--r--sys-process/btop/btop-1.4.0.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-process/btop/Manifest b/sys-process/btop/Manifest
index ef26742b7e6d..f00547fdce76 100644
--- a/sys-process/btop/Manifest
+++ b/sys-process/btop/Manifest
@@ -1,5 +1,5 @@
DIST btop-1.3.2.tar.gz 1144620 BLAKE2B dfe351fff0b9e0aa376ebc93d76e1542a1cd93eec695bc9056cd296a11d563d676a0f0a61e911d20cbbaef276feb5bf20cafbc5f063475393b82139e0d08386a SHA512 9bbe983aa1336566f78396b829d49c22fe709e4e3d959dabc7524b61defba2638f3b0c50658f755fd1f02dd70572c78cc3cfc8b01772e174d0f34a48e4e178b2
DIST btop-1.4.0.gh.tar.gz 1239400 BLAKE2B 360b56fc0dab9bc017a4971ffe32cdbe2939b09949f0b4e1d12de5c7b91e6c540d1837c12184b298e35d26c972928d9dd2ef454dbac6464480f3f3e13123545d SHA512 7b7c63daf68192893ae4533c04ea70dcd6f253e188b1c842f2ebebac0b28e51431edef6ccfce5b25b3adbd5b2b637fc832bce7d5d64d664c2bf5c4672be75c8f
-EBUILD btop-1.3.2.ebuild 1170 BLAKE2B 595b3ae788c87d175f1ba422dfa27a8ac6b58d3d68bd3add7d3457c7b595492500463a5f83cf339dce8964f7398f56de770baeb1e8414e46960c5f8c7e2eef93 SHA512 e2b3779b11f00bb6b91debbf7a8b878c619144d8e58fbc56515610e8933f884fe7a527ac98dd43a81c340bc27ff458f1868fbd58dbb1620ae3bdd28d7be3d0c8
-EBUILD btop-1.4.0.ebuild 1332 BLAKE2B fc53ee98372235230d6fd58128aa175e4c54e1f6fee02e7a52b6fb5c8c41739d1741067a014194df343cab859adf5e7a25369f9aa8ab1e8ccd67e622c0f579d6 SHA512 0a0ac9942cd16c3dbe588027d95492f1ec74503886989d0e7eecc54667b28f55ce1a3ba5b20767c7684698740502fc9523e9e6a9e20020cee2a6cce3b8c07147
+EBUILD btop-1.3.2.ebuild 1170 BLAKE2B 69abc3d9e2248f673230b97869df452c980ca8b53fc394f3313149bd0ef14b512d3c92950d9080463d1bd007e0142f73e977c874273e7732701f0f651aa48028 SHA512 5dfbeb3ea95f0dc524e679ee1d23e4d997a4fe4ece61a1374b3c1100e7514ceacb2e7e461befe20952346fe4af837d333b0f84dd65163677d4330700530f30e4
+EBUILD btop-1.4.0.ebuild 1332 BLAKE2B d4a1f0bc6803773fa43154ebeec7b2b97eec1ecfb72000424430189dfa6a393fa684d66c0c9b227afe444289114dcc80ee51655f891ef6e63d89f81a4b0b7f4b SHA512 3a59188d4baf1fbf20e288fb7c3c8be49b4bd3c6a3ae6c49e0c2833f37140fda03ec83e720f207be60f6afeb40c0fcbacfac19e2740af4e708b2e60581d90da7
MISC metadata.xml 548 BLAKE2B 74762cdc63011b363a4c06de8190541f862d70f0006461c7a1cf2d734caf20601ba0769dc067e261957fe42a64bdaf26297bf3d080c3c08203eabd73165f2f8c SHA512 bb16944df9321001ca5c9e9fff49ea39069386117f0cfde67e8f19e3f44c13d360effb578d2c44c67f792d1ff574830f13cb9ef183f594e39ad3669083f2cf41
diff --git a/sys-process/btop/btop-1.3.2.ebuild b/sys-process/btop/btop-1.3.2.ebuild
index 8c201df6ae0f..e9dc507a809b 100644
--- a/sys-process/btop/btop-1.3.2.ebuild
+++ b/sys-process/btop/btop-1.3.2.ebuild
@@ -19,10 +19,10 @@ pkg_setup() {
if [[ "${MERGE_TYPE}" != "binary" ]]; then
if tc-is-clang ; then
if [[ "$(clang-major-version)" -lt 16 ]]; then
- die "sys-process/btop requires >=sys-devel/clang-16.0.0 to build."
+ die "sys-process/btop requires >=llvm-core/clang-16.0.0 to build."
fi
elif ! tc-is-gcc ; then
- die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=sys-devel/clang-16.0.0 instead."
+ die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=llvm-core/clang-16.0.0 instead."
fi
fi
}
diff --git a/sys-process/btop/btop-1.4.0.ebuild b/sys-process/btop/btop-1.4.0.ebuild
index 5b537494beaf..2385413d54d0 100644
--- a/sys-process/btop/btop-1.4.0.ebuild
+++ b/sys-process/btop/btop-1.4.0.ebuild
@@ -25,10 +25,10 @@ pkg_setup() {
if [[ "${MERGE_TYPE}" != "binary" ]]; then
if tc-is-clang ; then
if [[ "$(clang-major-version)" -lt 16 ]]; then
- die "sys-process/btop requires >=sys-devel/clang-16.0.0 to build."
+ die "sys-process/btop requires >=llvm-core/clang-16.0.0 to build."
fi
elif ! tc-is-gcc ; then
- die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=sys-devel/clang-16.0.0 instead."
+ die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=llvm-core/clang-16.0.0 instead."
fi
fi
}