Skip to content

Commit

Permalink
app-editors/neovim: keyword ~arm64 with dependencies.
Browse files Browse the repository at this point in the history
dev-libs/msgpack: keyword ~arm64 to 3.2.1.
dev-lua/mpack: keyword ~arm64 to 1.0.4.
profiles: mask dev-lua/mpack[test] on arm64.
dev-libs/unibilium: keyword ~arm64 to 2.0.0.
dev-libs/libtermkey: keyword ~arm64 to 0.22.

Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
heroxbd committed Aug 8, 2020
1 parent 0319ec3 commit 82bb707
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app-editors/neovim/neovim-0.4.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/neovim/neovim.git"
else
SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~arm x86"
KEYWORDS="amd64 ~arm ~arm64 x86"
fi

LICENSE="Apache-2.0 vim"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libtermkey/libtermkey-0.22.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SRC_URI="http://www.leonerd.org.uk/code/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm x86"
KEYWORDS="amd64 arm ~arm64 x86"
IUSE="demos static-libs"

RDEPEND="dev-libs/unibilium:="
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/msgpack/msgpack-3.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}-c.git"
else
SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
fi

DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/unibilium/unibilium-2.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SRC_URI="https://github.com/mauke/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3+ MIT"
SLOT="0/4"
KEYWORDS="amd64 arm x86"
KEYWORDS="amd64 arm ~arm64 x86"
IUSE="static-libs"

DEPEND="
Expand Down
2 changes: 1 addition & 1 deletion dev-lua/mpack/mpack-1.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ S="${WORKDIR}/libmpack-${PV}/binding/lua"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="luajit test"
RESTRICT="!test? ( test )"

Expand Down
4 changes: 4 additions & 0 deletions profiles/arch/arm64/package.use.mask
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Benda Xu <[email protected]> (2020-08-08)
# dev-lua/busted is not keyworded yet
dev-lua/mpack test

# Felix Janda <[email protected]> (2020-08-01)
# Requires unkeyworded dev-lang/spidermonkey:17
>=www-client/elinks-0.13.3 javascript
Expand Down

0 comments on commit 82bb707

Please sign in to comment.