diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 23:07:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-22 23:07:16 +0000 |
commit | 703e5172b7fa018b7124757c710343032de38f47 (patch) | |
tree | 556e0679756634f75e546275fc69a92033e5b990 /dev-libs/boxfort | |
parent | dev-util/debugedit: Bump to 4.16.1.3 (diff) | |
download | gentoo-703e5172b7fa018b7124757c710343032de38f47.tar.gz gentoo-703e5172b7fa018b7124757c710343032de38f47.tar.bz2 gentoo-703e5172b7fa018b7124757c710343032de38f47.zip |
dev-libs/boxfort: keyword 0.0.1_pre20200902: ~arm, ~arm64
We had fixed atoms/versions in the bug so we missed the
newer version.
Bug: https://bugs.gentoo.org/729802
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/boxfort')
-rw-r--r-- | dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild b/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild index ce7c590972fd..2fee581c239a 100644 --- a/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild +++ b/dev-libs/boxfort/boxfort-0.0.1_pre20200902.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Snaipe/BoxFort/archive/${BOXFORT_COMMIT}.tar.gz -> $ LICENSE="MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~arm ~arm64" IUSE="test" RESTRICT="!test? ( test )" |