aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2024-08-17 15:20:00 +0900
committerTakuya Wakazono <pastalian46@gmail.com>2024-08-17 15:42:41 +0900
commit52b6577a54093cbcb0f9243ce8c86097b2a98b86 (patch)
tree6ff245ec3e09ff5764d9d8e2a5c7198ccf5fd698 /dev-python
parentmedia-video/stremio: drop 4.4.164 (diff)
downloadguru-52b6577a54093cbcb0f9243ce8c86097b2a98b86.tar.gz
guru-52b6577a54093cbcb0f9243ce8c86097b2a98b86.tar.bz2
guru-52b6577a54093cbcb0f9243ce8c86097b2a98b86.zip
*/*: drop x86 keyword from rust related packages
i486 profile now inherits wd40. i686 profile is not actually affected, but overlay currently does not support per-profile masking, so the entire x86 keyword is dropped. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/adb-shell/adb-shell-0.4.3.ebuild4
-rw-r--r--dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild2
-rw-r--r--dev-python/adb-shell/adb-shell-0.4.4.ebuild4
-rw-r--r--dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild2
-rw-r--r--dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild2
-rw-r--r--dev-python/python-telegram-bot/python-telegram-bot-20.6-r1.ebuild2
-rw-r--r--dev-python/python-telegram-bot/python-telegram-bot-21.1.1.ebuild2
-rw-r--r--dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild4
-rw-r--r--dev-python/sse-starlette/sse-starlette-1.1.6.ebuild4
9 files changed, 13 insertions, 13 deletions
diff --git a/dev-python/adb-shell/adb-shell-0.4.3.ebuild b/dev-python/adb-shell/adb-shell-0.4.3.ebuild
index fccb97f6e..019c9fd77 100644
--- a/dev-python/adb-shell/adb-shell-0.4.3.ebuild
+++ b/dev-python/adb-shell/adb-shell-0.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ S="${WORKDIR}/adb_shell-${PV}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
dev-python/aiofiles[${PYTHON_USEDEP}]
diff --git a/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
index f8cba0d5c..1a98e873b 100644
--- a/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
+++ b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/adb_shell-${PV}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
dev-python/aiofiles[${PYTHON_USEDEP}]
diff --git a/dev-python/adb-shell/adb-shell-0.4.4.ebuild b/dev-python/adb-shell/adb-shell-0.4.4.ebuild
index fccb97f6e..019c9fd77 100644
--- a/dev-python/adb-shell/adb-shell-0.4.4.ebuild
+++ b/dev-python/adb-shell/adb-shell-0.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ S="${WORKDIR}/adb_shell-${PV}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
dev-python/aiofiles[${PYTHON_USEDEP}]
diff --git a/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
index dd901bc63..fcf038a6e 100644
--- a/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
+++ b/dev-python/asgi-lifespan/asgi-lifespan-2.1.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/florimondmanca/${PN}/archive/refs/tags/${PV}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="dev-python/sniffio[${PYTHON_USEDEP}]"
BDEPEND="
diff --git a/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
index 5e092607d..7fc494189 100644
--- a/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
+++ b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/jupyter/jupyter-sphinx/archive/v${PV}.tar.gz -> ${P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
>=dev-python/sphinx-2[${PYTHON_USEDEP}]
diff --git a/dev-python/python-telegram-bot/python-telegram-bot-20.6-r1.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-20.6-r1.ebuild
index 19a614056..797ce724e 100644
--- a/dev-python/python-telegram-bot/python-telegram-bot-20.6-r1.ebuild
+++ b/dev-python/python-telegram-bot/python-telegram-bot-20.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/python-telegram-bot/python-telegram-bot/archive/v${P
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
>=dev-python/cachetools-5.3.1[${PYTHON_USEDEP}]
diff --git a/dev-python/python-telegram-bot/python-telegram-bot-21.1.1.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-21.1.1.ebuild
index e5ba75ed0..bcedd570c 100644
--- a/dev-python/python-telegram-bot/python-telegram-bot-21.1.1.ebuild
+++ b/dev-python/python-telegram-bot/python-telegram-bot-21.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/python-telegram-bot/python-telegram-bot/archive/v${P
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
>=dev-python/cachetools-5.3.3[${PYTHON_USEDEP}]
diff --git a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild
index bc90d5a54..980dad0cc 100644
--- a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild
+++ b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/python-telegram-bot/python-telegram-bot"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64"
fi
LICENSE="LGPL-3"
diff --git a/dev-python/sse-starlette/sse-starlette-1.1.6.ebuild b/dev-python/sse-starlette/sse-starlette-1.1.6.ebuild
index d247a016f..e0ef97af3 100644
--- a/dev-python/sse-starlette/sse-starlette-1.1.6.ebuild
+++ b/dev-python/sse-starlette/sse-starlette-1.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/sysid/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.t
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
dev-python/anyio[${PYTHON_USEDEP}]