diff options
author | 2021-05-07 10:33:12 +0300 | |
---|---|---|
committer | 2021-05-07 10:35:25 +0300 | |
commit | 127dd6f2b9dcbf9e61102c2bcea582e34a219064 (patch) | |
tree | 72a6e718f8d8f9d7d0106d7a1bc72d1b3d7435f0 /dev-util | |
parent | dev-util/bear: stabilize 2.4.4 on amd64 (diff) | |
download | gentoo-127dd6f2b9dcbf9e61102c2bcea582e34a219064.tar.gz gentoo-127dd6f2b9dcbf9e61102c2bcea582e34a219064.tar.bz2 gentoo-127dd6f2b9dcbf9e61102c2bcea582e34a219064.zip |
dev-util/bear: stabilize 2.4.4 on x86
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util')
-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 cbb440d1f184..e7c189ffb934 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}" |