diff options
author | Takuya Wakazono <pastalian46@gmail.com> | 2024-08-17 15:20:00 +0900 |
---|---|---|
committer | Takuya Wakazono <pastalian46@gmail.com> | 2024-08-17 15:42:41 +0900 |
commit | 52b6577a54093cbcb0f9243ce8c86097b2a98b86 (patch) | |
tree | 6ff245ec3e09ff5764d9d8e2a5c7198ccf5fd698 /dev-python/adb-shell/adb-shell-0.4.3.ebuild | |
parent | media-video/stremio: drop 4.4.164 (diff) | |
download | guru-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/adb-shell/adb-shell-0.4.3.ebuild')
-rw-r--r-- | dev-python/adb-shell/adb-shell-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 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}] |