commit: a8373534988ff6cf163515c962e291619e892da7
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:06:27 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:06:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8373534
net-dns/knot: add subslot
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
net-dns/knot/{knot-3.2.1.ebuild => knot-3.2.1-r1.ebuild} | 5 ++++-
net-dns/knot/metadata.xml | 5 +++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/net-dns/knot/knot-3.2.1.ebuild b/net-dns/knot/knot-3.2.1-r1.ebuild
similarity index 95%
rename from net-dns/knot/knot-3.2.1.ebuild
rename to net-dns/knot/knot-3.2.1-r1.ebuild
index 77cbe56a39d2..972051e9f0eb 100644
--- a/net-dns/knot/knot-3.2.1.ebuild
+++ b/net-dns/knot/knot-3.2.1-r1.ebuild
@@ -5,12 +5,15 @@ EAPI=8
inherit flag-o-matic systemd
+# subslot: libknot major.libdnssec major.libzscanner major
+KNOT_SUBSLOT="13.9.4"
+
DESCRIPTION="High-performance authoritative-only DNS server"
HOMEPAGE="https://www.knot-dns.cz/"
SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
LICENSE="GPL-3"
-SLOT="0"
+SLOT="0/${KNOT_SUBSLOT}"
KEYWORDS="~amd64 ~riscv ~x86"
KNOT_MODULES=(
diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml
index d249c7aba581..56b218b58761 100644
--- a/net-dns/knot/metadata.xml
+++ b/net-dns/knot/metadata.xml
@@ -64,4 +64,9 @@
Enable eXpress Data Path
</flag>
</use>
+ <slots>
+ <subslots>
+ Reflect sonames of libknot, libdnssec, and libzscanner.
+ </subslots>
+ </slots>
</pkgmetadata>