dev-lang/interprolog: dekeyword x86

Bug: https://bugs.gentoo.org/936259
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-07-27 12:07:08 +03:00
parent 9b1ae64882
commit 1a5ecf6be2
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ SRC_URI="https://declarativa.com/InterProlog/${MY_P}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="amd64"
IUSE="doc"
RDEPEND=">=virtual/jdk-1.8:*

View File

@@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64"
BDEPEND="app-arch/unzip"