diff options
author | Sam James <sam@gentoo.org> | 2020-08-26 22:22:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-26 22:22:26 +0000 |
commit | f73129fba9602863d3d1effaea9e2d7672dcd7b9 (patch) | |
tree | e4c45aa62350fb76a9a14383df69a4dd18aae40f /app-admin/stow | |
parent | games-board/xgammon: Clean up patches (diff) | |
download | gentoo-f73129fba9602863d3d1effaea9e2d7672dcd7b9.tar.gz gentoo-f73129fba9602863d3d1effaea9e2d7672dcd7b9.tar.bz2 gentoo-f73129fba9602863d3d1effaea9e2d7672dcd7b9.zip |
app-admin/stow: arm64 keyworded
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/stow')
-rw-r--r-- | app-admin/stow/stow-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/stow/stow-2.3.1.ebuild b/app-admin/stow/stow-2.3.1.ebuild index 86a92e21c752..f6f37faefd1d 100644 --- a/app-admin/stow/stow-2.3.1.ebuild +++ b/app-admin/stow/stow-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/stow/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |