dev-util/samurai: Sort keywords

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2021-04-09 09:04:59 +02:00
parent 19dd5c3c36
commit 40acab7fcc
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/michaelforney/samurai.git"
else
SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="ISC Apache-2.0 MIT"

View File

@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/michaelforney/samurai.git"
else
SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="ISC Apache-2.0 MIT"