commit: 4fb0cd20f33ff7ac820a619cb26dd25334f9663a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 13 05:55:23 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 13 05:55:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb0cd20
dev-libs/date: add subslot This allows dependencies built against date (linked, anyway) to be rebuilt if ABI breakage occurs. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/date/date-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild index 1b7acb557db..d77a0ca0a18 100644 --- a/dev-libs/date/date-3.0.0.ebuild +++ b/dev-libs/date/date-3.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/HowardHinnant/${PN}/archive/v${PV}.tar.gz -> ${P}.ta KEYWORDS="~amd64" LICENSE="MIT" -SLOT="0" +SLOT="0/3.0.0" IUSE="only-c-locale test" RESTRICT="!test? ( test )"
