public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-02-25 11:32 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-02-25 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     69b8dc8c75d61e3f221a11686c6c900bd6348b39
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 11:21:38 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 11:30:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b8dc8c

dev-libs/simde: new package, add 0.7.6

Needed for x11-terms/kitty-9999

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-libs/simde/Manifest           |  1 +
 dev-libs/simde/metadata.xml       | 11 +++++++++++
 dev-libs/simde/simde-0.7.6.ebuild | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-libs/simde/Manifest b/dev-libs/simde/Manifest
new file mode 100644
index 000000000000..57448efc91a2
--- /dev/null
+++ b/dev-libs/simde/Manifest
@@ -0,0 +1 @@
+DIST simde-0.7.6.tar.gz 6125123 BLAKE2B 96378e81a2e2a2d797289d26b3d0c1ea72288b51094e8c5fde75ecbef34a0c1d4dc029d5974281e2f9f938b190b4a648225fcb486205cc496ba57b1ec528cee4 SHA512 de17fca563c4db6766881e1c73142ad129a57febe55fa8ea1ae780226e60a84891b13d387e75574f2722d77e4013176e3c7dfaf17bccd8682b7d3d3ec8e92a54

diff --git a/dev-libs/simde/metadata.xml b/dev-libs/simde/metadata.xml
new file mode 100644
index 000000000000..f92dc4d96537
--- /dev/null
+++ b/dev-libs/simde/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>ionen@gentoo.org</email>
+		<name>Ionen Wolkens</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">simd-everywhere/simde</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-libs/simde/simde-0.7.6.ebuild b/dev-libs/simde/simde-0.7.6.ebuild
new file mode 100644
index 000000000000..42dc44f89526
--- /dev/null
+++ b/dev-libs/simde/simde-0.7.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Header-only library providing implementations of SIMD instruction sets"
+HOMEPAGE="https://simd-everywhere.github.io/blog/"
+SRC_URI="
+	https://github.com/simd-everywhere/simde/archive/refs/tags/v${PV/_/-}.tar.gz
+		-> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	# *FLAGS are only used for tests (nothing that is installed), and
+	# upstream tests with specific *FLAGS and is otherwise flaky with
+	# -march=native, -mno-*, and such -- unset to be spared headaches.
+	unset {C,CPP,CXX,LD}FLAGS
+
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-02-25 13:41 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-02-25 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b05ac2030961ce6250dda80179cd34f3d4501d54
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 13:41:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 13:41:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05ac203

dev-libs/simde: Keyword 0.7.6 arm64, #925487

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/simde/simde-0.7.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.7.6.ebuild b/dev-libs/simde/simde-0.7.6.ebuild
index 42dc44f89526..8d8a8be32a7a 100644
--- a/dev-libs/simde/simde-0.7.6.ebuild
+++ b/dev-libs/simde/simde-0.7.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-03-10 21:20 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-03-10 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     63dd60711c790972843104723eaa15a354b55f8f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 21:20:10 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 21:20:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dd6071

dev-libs/simde: skip known failing dbsad tests on x86

Closes: https://bugs.gentoo.org/926706
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-libs/simde/simde-0.7.6-r1.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dev-libs/simde/simde-0.7.6-r1.ebuild b/dev-libs/simde/simde-0.7.6-r1.ebuild
index 2a963a57dd1e..1d44964b94c2 100644
--- a/dev-libs/simde/simde-0.7.6-r1.ebuild
+++ b/dev-libs/simde/simde-0.7.6-r1.ebuild
@@ -34,3 +34,12 @@ src_configure() {
 
 	meson_src_configure
 }
+
+src_test() {
+	if use x86; then
+		# some --skip option for meson when
+		meson_src_test $(meson_src_test --list | grep -v dbsad) #926706
+	else
+		meson_src_test
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-03-11 16:17 Viorel Munteanu
  0 siblings, 0 replies; 12+ messages in thread
From: Viorel Munteanu @ 2024-03-11 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fee7f999473ea85d222305a9dba28d0add0c365c
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sun Mar 10 23:03:56 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 16:11:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee7f999

dev-libs/simde: Keyword 0.7.6-r1 x86, #925487

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-libs/simde/simde-0.7.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.7.6-r1.ebuild b/dev-libs/simde/simde-0.7.6-r1.ebuild
index 1d44964b94c2..39b4251763c9 100644
--- a/dev-libs/simde/simde-0.7.6-r1.ebuild
+++ b/dev-libs/simde/simde-0.7.6-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-03-14 13:34 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-03-14 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8cf5662c415e38346a01e42a73528d2163b4c8a8
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 13:33:03 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 13:33:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf5662c

dev-libs/simde: add 0.8.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-libs/simde/Manifest           |  1 +
 dev-libs/simde/simde-0.8.0.ebuild | 45 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/simde/Manifest b/dev-libs/simde/Manifest
index 57448efc91a2..7c1f18476515 100644
--- a/dev-libs/simde/Manifest
+++ b/dev-libs/simde/Manifest
@@ -1 +1,2 @@
 DIST simde-0.7.6.tar.gz 6125123 BLAKE2B 96378e81a2e2a2d797289d26b3d0c1ea72288b51094e8c5fde75ecbef34a0c1d4dc029d5974281e2f9f938b190b4a648225fcb486205cc496ba57b1ec528cee4 SHA512 de17fca563c4db6766881e1c73142ad129a57febe55fa8ea1ae780226e60a84891b13d387e75574f2722d77e4013176e3c7dfaf17bccd8682b7d3d3ec8e92a54
+DIST simde-0.8.0.tar.gz 7455442 BLAKE2B 511f609e2588cc39b45a5a3e7f93648d9651e9e3f90220947b7f559ca6281a0db9f876d0692abf24d63528bb84e0ee49da1a165a16eeb91de84639a100a6527b SHA512 b0667583565ea9e59d18a07c7a3cb46710868c9572663e314278ca2004747e337e34f6b927c9c5d29e161caba8ec0428e5299b6e878e226b9f33597a1584b91d

diff --git a/dev-libs/simde/simde-0.8.0.ebuild b/dev-libs/simde/simde-0.8.0.ebuild
new file mode 100644
index 000000000000..6859a640590a
--- /dev/null
+++ b/dev-libs/simde/simde-0.8.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Header-only library providing implementations of SIMD instruction sets"
+HOMEPAGE="https://simd-everywhere.github.io/blog/"
+SRC_URI="
+	https://github.com/simd-everywhere/simde/archive/refs/tags/v${PV/_/-}.tar.gz
+		-> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.7.6-musl.patch
+)
+
+src_configure() {
+	# *FLAGS are only used for tests (nothing that is installed), and
+	# upstream tests with specific *FLAGS and is otherwise flaky with
+	# -march=native, -mno-*, and such -- unset to be spared headaches.
+	unset {C,CPP,CXX,LD}FLAGS
+
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}
+
+src_test() {
+	if use x86; then
+		# https://github.com/simd-everywhere/simde/issues/867 (bug #926706)
+		meson_src_test $(meson_src_test --list | grep -Ev '(dbsad|fpclass)')
+	else
+		meson_src_test
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-03-25 13:00 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-03-25 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     439ef75c462f3d2ca0af7226481c44b00c3015ae
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 12:47:13 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 12:47:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439ef75c

dev-libs/simde: drop 0.7.6-r1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-libs/simde/Manifest              |  1 -
 dev-libs/simde/simde-0.7.6-r1.ebuild | 45 ------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-libs/simde/Manifest b/dev-libs/simde/Manifest
index 7c1f18476515..01cd007712a6 100644
--- a/dev-libs/simde/Manifest
+++ b/dev-libs/simde/Manifest
@@ -1,2 +1 @@
-DIST simde-0.7.6.tar.gz 6125123 BLAKE2B 96378e81a2e2a2d797289d26b3d0c1ea72288b51094e8c5fde75ecbef34a0c1d4dc029d5974281e2f9f938b190b4a648225fcb486205cc496ba57b1ec528cee4 SHA512 de17fca563c4db6766881e1c73142ad129a57febe55fa8ea1ae780226e60a84891b13d387e75574f2722d77e4013176e3c7dfaf17bccd8682b7d3d3ec8e92a54
 DIST simde-0.8.0.tar.gz 7455442 BLAKE2B 511f609e2588cc39b45a5a3e7f93648d9651e9e3f90220947b7f559ca6281a0db9f876d0692abf24d63528bb84e0ee49da1a165a16eeb91de84639a100a6527b SHA512 b0667583565ea9e59d18a07c7a3cb46710868c9572663e314278ca2004747e337e34f6b927c9c5d29e161caba8ec0428e5299b6e878e226b9f33597a1584b91d

diff --git a/dev-libs/simde/simde-0.7.6-r1.ebuild b/dev-libs/simde/simde-0.7.6-r1.ebuild
deleted file mode 100644
index 39b4251763c9..000000000000
--- a/dev-libs/simde/simde-0.7.6-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Header-only library providing implementations of SIMD instruction sets"
-HOMEPAGE="https://simd-everywhere.github.io/blog/"
-SRC_URI="
-	https://github.com/simd-everywhere/simde/archive/refs/tags/v${PV/_/-}.tar.gz
-		-> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.7.6-musl.patch
-)
-
-src_configure() {
-	# *FLAGS are only used for tests (nothing that is installed), and
-	# upstream tests with specific *FLAGS and is otherwise flaky with
-	# -march=native, -mno-*, and such -- unset to be spared headaches.
-	unset {C,CPP,CXX,LD}FLAGS
-
-	local emesonargs=(
-		$(meson_use test tests)
-	)
-
-	meson_src_configure
-}
-
-src_test() {
-	if use x86; then
-		# some --skip option for meson when
-		meson_src_test $(meson_src_test --list | grep -v dbsad) #926706
-	else
-		meson_src_test
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-04-12  7:53 Joonas Niilola
  0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2024-04-12  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     36df456e5051a77f1c85e4f7a25a591998f3e28c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 07:52:49 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 07:52:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36df456e

dev-libs/simde: Stabilize 0.8.0-r1 amd64, #929099

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

 dev-libs/simde/simde-0.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.8.0-r1.ebuild b/dev-libs/simde/simde-0.8.0-r1.ebuild
index faa2b4cedb06..76878bf63c88 100644
--- a/dev-libs/simde/simde-0.8.0-r1.ebuild
+++ b/dev-libs/simde/simde-0.8.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-04-12  7:53 Joonas Niilola
  0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2024-04-12  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b483a65467a6498698ed3c458763686e8f8a23ea
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 07:53:22 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 07:53:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b483a654

dev-libs/simde: Stabilize 0.8.0-r1 x86, #929099

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

 dev-libs/simde/simde-0.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.8.0-r1.ebuild b/dev-libs/simde/simde-0.8.0-r1.ebuild
index 76878bf63c88..155e4c169087 100644
--- a/dev-libs/simde/simde-0.8.0-r1.ebuild
+++ b/dev-libs/simde/simde-0.8.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-05-01 23:18 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-05-01 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ee3b55c8661dbc31b0746c9acecd61147d17b84e
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed May  1 16:13:34 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed May  1 23:17:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3b55c8

dev-libs/simde: Stabilize 0.8.0-r1 arm64, #929099

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-libs/simde/simde-0.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.8.0-r1.ebuild b/dev-libs/simde/simde-0.8.0-r1.ebuild
index 155e4c169087..9591e89b2fec 100644
--- a/dev-libs/simde/simde-0.8.0-r1.ebuild
+++ b/dev-libs/simde/simde-0.8.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-05-13  0:46 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-05-13  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0cd4e58c5c60d1b11a57086f3ffb25053415cf59
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 00:45:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 00:45:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd4e58c

dev-libs/simde: Stabilize 0.8.2 amd64, #931831

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/simde/simde-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.8.2.ebuild b/dev-libs/simde/simde-0.8.2.ebuild
index b78b059c453a..635b6d116e0d 100644
--- a/dev-libs/simde/simde-0.8.2.ebuild
+++ b/dev-libs/simde/simde-0.8.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/
@ 2024-05-13  0:46 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-05-13  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     10c81bae56f1af457f8b7899f932e7a0e4d3bbe3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 00:45:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 00:45:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c81bae

dev-libs/simde: Stabilize 0.8.2 x86, #931831

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/simde/simde-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.8.2.ebuild b/dev-libs/simde/simde-0.8.2.ebuild
index 635b6d116e0d..19921071e3b6 100644
--- a/dev-libs/simde/simde-0.8.2.ebuild
+++ b/dev-libs/simde/simde-0.8.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

commit:     8777893be2ceb6e9829ceffb2bab840d08490898
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 12:42:23 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 12:42:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8777893b

dev-libs/simde: Stabilize 0.8.2 arm64, #931831

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

 dev-libs/simde/simde-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simde/simde-0.8.2.ebuild b/dev-libs/simde/simde-0.8.2.ebuild
index 19921071e3b6..3d57056117ff 100644
--- a/dev-libs/simde/simde-0.8.2.ebuild
+++ b/dev-libs/simde/simde-0.8.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2024-05-13 12:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12  7:53 [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13 12:42 Arthur Zamarin
2024-05-13  0:46 Sam James
2024-05-13  0:46 Sam James
2024-05-01 23:18 Ionen Wolkens
2024-04-12  7:53 Joonas Niilola
2024-03-25 13:00 Ionen Wolkens
2024-03-14 13:34 Ionen Wolkens
2024-03-11 16:17 Viorel Munteanu
2024-03-10 21:20 Ionen Wolkens
2024-02-25 13:41 Sam James
2024-02-25 11:32 Ionen Wolkens

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