summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-04-06 13:09:47 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-04-06 13:09:47 +0300
commit17f13e8c0a78269be54fc4f18b1de9cf855e639d (patch)
treefc465e7c686923e533fba37af704cb405dc302bd
parentdev-util/edi: add dev-util/bear integration with 'clang' USE (diff)
downloadgentoo-17f13e8c0a78269be54fc4f18b1de9cf855e639d.tar.gz
gentoo-17f13e8c0a78269be54fc4f18b1de9cf855e639d.tar.bz2
gentoo-17f13e8c0a78269be54fc4f18b1de9cf855e639d.zip
dev-util/bear: add ~x86 keyword, rather
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-util/bear/bear-2.4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bear/bear-2.4.4.ebuild b/dev-util/bear/bear-2.4.4.ebuild
index 49b0dd6098dc..2b8550b13b8b 100644
--- a/dev-util/bear/bear-2.4.4.ebuild
+++ b/dev-util/bear/bear-2.4.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"