diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-10-16 12:06:27 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-10-16 12:06:27 +0100 |
commit | a8373534988ff6cf163515c962e291619e892da7 (patch) | |
tree | 489c776e3f309a8f7f058e8ce5292b6c720e2751 /net-dns | |
parent | dev-util/rebar: add 3.20.0 (diff) | |
download | gentoo-a8373534988ff6cf163515c962e291619e892da7.tar.gz gentoo-a8373534988ff6cf163515c962e291619e892da7.tar.bz2 gentoo-a8373534988ff6cf163515c962e291619e892da7.zip |
net-dns/knot: add subslot
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/knot/knot-3.2.1-r1.ebuild (renamed from net-dns/knot/knot-3.2.1.ebuild) | 5 | ||||
-rw-r--r-- | net-dns/knot/metadata.xml | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/net-dns/knot/knot-3.2.1.ebuild b/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> |