munin: drop ~arm64 keyword

This commit is contained in:
Yury Martynov 2019-08-28 17:39:54 +03:00
parent c116568157
commit 31d6d559f6
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/Neo23x0/munin"
else
SRC_URI="https://github.com/Neo23x0/munin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
KEYWORDS="~amd64 ~mips ~x86"
fi
LICENSE="Apache-2.0"

View file

@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/Neo23x0/munin"
else
SRC_URI="https://github.com/Neo23x0/munin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
KEYWORDS="~amd64 ~mips ~x86"
fi
LICENSE="Apache-2.0"