commit: 84b1de620cacce86361160c182bc0e78d8304e1d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 21 12:34:58 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 21 12:35:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b1de62
dev-python/django: Add subslots to split maintained branches better Add subslots whose sole purpose is making it clear that all three branches are maintained (even though they are not co-installable), and hopefully making filing stabilization requests easier. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django/django-4.2.23.ebuild | 2 +- dev-python/django/django-5.1.11.ebuild | 2 +- dev-python/django/django-5.2.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/django/django-4.2.23.ebuild b/dev-python/django/django-4.2.23.ebuild index bed1ccfb90ed..9cf1a5ef0ecb 100644 --- a/dev-python/django/django-4.2.23.ebuild +++ b/dev-python/django/django-4.2.23.ebuild @@ -26,7 +26,7 @@ LICENSE="BSD" LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" -SLOT="0" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )" diff --git a/dev-python/django/django-5.1.11.ebuild b/dev-python/django/django-5.1.11.ebuild index c26964846f5b..4fbe18c23785 100644 --- a/dev-python/django/django-5.1.11.ebuild +++ b/dev-python/django/django-5.1.11.ebuild @@ -25,7 +25,7 @@ LICENSE="BSD" LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" -SLOT="0" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )" diff --git a/dev-python/django/django-5.2.4.ebuild b/dev-python/django/django-5.2.4.ebuild index c26964846f5b..4fbe18c23785 100644 --- a/dev-python/django/django-5.2.4.ebuild +++ b/dev-python/django/django-5.2.4.ebuild @@ -25,7 +25,7 @@ LICENSE="BSD" LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" -SLOT="0" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )"
