public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2020-09-13  5:58 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-09-13  5:58 UTC (permalink / raw
  To: gentoo-commits

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 )"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2023-10-10  6:14 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2023-10-10  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     dd6447748a4b6a16577322c2a8ea72fc515921f9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 06:13:29 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 06:14:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd644774

dev-libs/date: Stabilize 3.0.0 amd64, #915324

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/date/date-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
index d77a0ca0a183..d0a19a986f6b 100644
--- a/dev-libs/date/date-3.0.0.ebuild
+++ b/dev-libs/date/date-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
 HOMEPAGE="https://github.com/HowardHinnant/date"
 
 SRC_URI="https://github.com/HowardHinnant/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 LICENSE="MIT"
 SLOT="0/3.0.0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-08-12 12:48 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-08-12 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     73cbc8cf2e8cd175163cb8185b7dff130dcce47c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 12:48:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 12:48:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cbc8cf

dev-libs/date: Keyword 3.0.0 arm64, #937385

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/date/date-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
index d0a19a986f6b..b6120a4ab573 100644
--- a/dev-libs/date/date-3.0.0.ebuild
+++ b/dev-libs/date/date-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
 HOMEPAGE="https://github.com/HowardHinnant/date"
 
 SRC_URI="https://github.com/HowardHinnant/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 
 LICENSE="MIT"
 SLOT="0/3.0.0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-12 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 12:48 [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-10-10  6:14 Joonas Niilola
2020-09-13  5:58 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox