Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
Date: Sun, 13 Sep 2020 05:59:00
Message-Id: 1599976523.4fb0cd20f33ff7ac820a619cb26dd25334f9663a.sam@gentoo
1 commit: 4fb0cd20f33ff7ac820a619cb26dd25334f9663a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 13 05:55:23 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 13 05:55:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb0cd20
7
8 dev-libs/date: add subslot
9
10 This allows dependencies built against date (linked, anyway)
11 to be rebuilt if ABI breakage occurs.
12
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-libs/date/date-3.0.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
20 index 1b7acb557db..d77a0ca0a18 100644
21 --- a/dev-libs/date/date-3.0.0.ebuild
22 +++ b/dev-libs/date/date-3.0.0.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/HowardHinnant/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
24 KEYWORDS="~amd64"
25
26 LICENSE="MIT"
27 -SLOT="0"
28 +SLOT="0/3.0.0"
29 IUSE="only-c-locale test"
30 RESTRICT="!test? ( test )"