aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2024-11-12 00:07:37 +0900
committerTakuya Wakazono <pastalian46@gmail.com>2024-11-12 22:17:16 +0900
commiteb317ddb431f4869c4e728c635afe921e1fcdd68 (patch)
tree7e4987a4050fe4bd0656f331e8d7972bbd486bda /app-metrics
parentdev-cpp/cpptoml: treeclean, moved to ::gentoo (diff)
downloadguru-eb317ddb431f4869c4e728c635afe921e1fcdd68.tar.gz
guru-eb317ddb431f4869c4e728c635afe921e1fcdd68.tar.bz2
guru-eb317ddb431f4869c4e728c635afe921e1fcdd68.zip
*/*: update for slotted Rust
guru version of this commit: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ba4dc61965ef7658a24728841c04c9a1ce4871 Closes: https://bugs.gentoo.org/943170 Closes: https://bugs.gentoo.org/943223 Closes: #260 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'app-metrics')
-rw-r--r--app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild (renamed from app-metrics/scaphandre/scaphandre-0.5.0.ebuild)5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-metrics/scaphandre/scaphandre-0.5.0.ebuild b/app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild
index 796a32046..72db241c6 100644
--- a/app-metrics/scaphandre/scaphandre-0.5.0.ebuild
+++ b/app-metrics/scaphandre/scaphandre-0.5.0-r1.ebuild
@@ -244,3 +244,8 @@ RDEPEND="${DEPEND}"
CONFIG_CHECK="~CONFIG_INTEL_RAPL"
QA_FLAGS_IGNORED="usr/bin/scaphandre"
+
+pkg_setup() {
+ linux-info_pkg_setup
+ rust_pkg_setup
+}