public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ada/prettier-ada/
@ 2025-01-26 20:08 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-01-26 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7460414830463c62fa329fe82e69b4467bb9ff13
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 20:08:22 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 20:08:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74604148

dev-ada/prettier-ada: keyword 25.0.0 for ~arm64

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild b/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
index 426086a34194..9083b66bfb4c 100644
--- a/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
+++ b/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="+shared static-libs static-pic test"
 
 RDEPEND="${ADA_DEPS}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/prettier-ada/
@ 2025-01-27 19:10 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-01-27 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5529fa4366c3e299a216acbeb822c264d2bbbd38
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 19:09:42 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 19:10:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5529fa43

dev-ada/prettier-ada: keyword 25.0.0 for ~x86

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild b/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
index 9083b66bfb4c..c7e8ca1b7c29 100644
--- a/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
+++ b/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+shared static-libs static-pic test"
 
 RDEPEND="${ADA_DEPS}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ada/prettier-ada/
@ 2025-02-23 18:35 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-02-23 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     71733eaacc65741c6069f29c20f210972f507ee2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 18:35:15 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 18:35:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71733eaa

dev-ada/prettier-ada: drop gcc_12

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{prettier-ada-25.0.0.ebuild => prettier-ada-25.0.0-r1.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild b/dev-ada/prettier-ada/prettier-ada-25.0.0-r1.ebuild
similarity index 98%
rename from dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
rename to dev-ada/prettier-ada/prettier-ada-25.0.0-r1.ebuild
index c7e8ca1b7c29..b861b3b80706 100644
--- a/dev-ada/prettier-ada/prettier-ada-25.0.0.ebuild
+++ b/dev-ada/prettier-ada/prettier-ada-25.0.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-ADA_COMPAT=( gcc_12 gcc_13 gcc_14 )
+ADA_COMPAT=( gcc_13 gcc_14 )
 PYTHON_COMPAT=( python3_{10..12} )
 
 inherit ada python-any-r1 multiprocessing


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

end of thread, other threads:[~2025-02-23 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-ada/prettier-ada/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 18:35 Alfredo Tupone
2025-01-26 20:08 Alfredo Tupone

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