From 52b6577a54093cbcb0f9243ce8c86097b2a98b86 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 17 Aug 2024 15:20:00 +0900 Subject: */*: 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 --- dev-python/adb-shell/adb-shell-0.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/adb-shell/adb-shell-0.4.3.ebuild') 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}] -- cgit v1.2.3-65-gdbad