From dab2916a3acd36890165c756fc33d213021bf133 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 29 Jan 2024 22:38:30 +0100
Subject: [PATCH] kvm: switch to gcc-10

---
 components/openindiana/kvm/manifests/sample-manifest.p5m |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/components/openindiana/kvm/manifests/sample-manifest.p5m b/components/openindiana/kvm/manifests/sample-manifest.p5m
index 0243d9e..b4ef598 100644
--- a/components/openindiana/kvm/manifests/sample-manifest.p5m
+++ b/components/openindiana/kvm/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
 #
 
 #
-# Copyright 2017 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.human-version value=$(HUMAN_VERSION)
 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)

--
Gitblit v1.9.3