diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-30 09:54:00 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-30 09:56:16 +0100 |
commit | a188e90d47b4e19a51bc231f139cb75d9174d140 (patch) | |
tree | 0510203c3205d867c57f4e27a6f7c2eeed966061 /net-nds | |
parent | sci-geosciences/gpsbabel: drop use gui, add use qt6 (diff) | |
download | gentoo-a188e90d47b4e19a51bc231f139cb75d9174d140.tar.gz gentoo-a188e90d47b4e19a51bc231f139cb75d9174d140.tar.bz2 gentoo-a188e90d47b4e19a51bc231f139cb75d9174d140.zip |
net-nds/389-ds-base: remove slotting
Closes: https://bugs.gentoo.org/835617
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild (renamed from net-nds/389-ds-base/389-ds-base-1.4.4.19-r3.ebuild) | 2 | ||||
-rw-r--r-- | net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild (renamed from net-nds/389-ds-base/389-ds-base-2.1.0-r3.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/389-ds-base/389-ds-base-1.4.4.19-r3.ebuild b/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild index eab38b075ca6..f25141847a6c 100644 --- a/net-nds/389-ds-base/389-ds-base-1.4.4.19-r3.ebuild +++ b/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild @@ -123,7 +123,7 @@ HOMEPAGE="https://directory.fedoraproject.org/" SRC_URI="https://github.com/389ds/${PN}/archive/refs/tags/${P}.tar.gz $(cargo_crate_uris ${CRATES})" LICENSE="GPL-3+ Apache-2.0 BSD MIT MPL-2.0" -SLOT="$(ver_cut 1-2)/0" +SLOT="0" KEYWORDS="~amd64" IUSE_PLUGINS="+accountpolicy +bitwise +dna +pam-passthru" IUSE="${IUSE_PLUGINS} +autobind auto-dn-suffix debug doc +ldapi selinux systemd" diff --git a/net-nds/389-ds-base/389-ds-base-2.1.0-r3.ebuild b/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild index 658d98ccd8a2..e595a4bb4e0a 100644 --- a/net-nds/389-ds-base/389-ds-base-2.1.0-r3.ebuild +++ b/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild @@ -123,7 +123,7 @@ HOMEPAGE="https://directory.fedoraproject.org/" SRC_URI="https://github.com/389ds/${PN}/archive/refs/tags/${P}.tar.gz $(cargo_crate_uris ${CRATES})" LICENSE="GPL-3+ Apache-2.0 BSD MIT MPL-2.0" -SLOT="$(ver_cut 1-2)/0" +SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE_PLUGINS="+accountpolicy +bitwise +dna +pam-passthru" IUSE="${IUSE_PLUGINS} +autobind auto-dn-suffix debug doc +ldapi selinux systemd" |