mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-04 14:56:16 +01:00
munin: drop ~arm64 keyword
This commit is contained in:
parent
c116568157
commit
31d6d559f6
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue