diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-04-06 13:09:47 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-06 13:09:47 +0300 |
commit | 17f13e8c0a78269be54fc4f18b1de9cf855e639d (patch) | |
tree | fc465e7c686923e533fba37af704cb405dc302bd /dev-util/bear | |
parent | dev-util/edi: add dev-util/bear integration with 'clang' USE (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-util/bear')
-rw-r--r-- | dev-util/bear/bear-2.4.4.ebuild | 2 |
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}" |