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 /app-forensics
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 'app-forensics')
-rw-r--r--app-forensics/mvt/mvt-2.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/mvt/mvt-2.4.1.ebuild b/app-forensics/mvt/mvt-2.4.1.ebuild
index e7b3a7b76..364961676 100644
--- a/app-forensics/mvt/mvt-2.4.1.ebuild
+++ b/app-forensics/mvt/mvt-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mvt-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
RDEPEND="
dev-python/adb-shell[${PYTHON_USEDEP}]