commit: b0382225e054c978a255381145a0f490d5dd7d21
parent: 6e02e13a738ead1b706ab0179453ce20af234f9a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 24 Jun 2019 06:51:30 +0200
KEYWORDS sorting
Done with no keyword argument to ekeyword(1)
Diffstat:
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app-doc/afaq/afaq-15.1.ebuild b/app-doc/afaq/afaq-15.1.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="An Anarchist FAQ, scrapped in one collection and a markdown version
HOMEPAGE="https://0xacab.org/ju/afaq http://anarchism.pageabode.com/afaq/index.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="https://0xacab.org/ju/afaq/-/archive/${PV}/${P}.tar.gz"
src_install() {
diff --git a/app-editors/vim/vim-1.24.ebuild b/app-editors/vim/vim-1.24.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Vi IMitation"
HOMEPAGE="https://www.vim.org/ https://ftp.nluug.nl/pub/vim/old/"
SRC_URI="https://ftp.nluug.nl/pub/vim/old/${P}.tar.gz"
SLOT="${PV}"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${P}/src"
diff --git a/dev-lang/go/go-1.10.3.ebuild b/dev-lang/go/go-1.10.3.ebuild
@@ -39,7 +39,7 @@ case ${PV} in
case ${PV} in
*_beta*|*_rc*) ;;
*)
- KEYWORDS="~amd64 ~x86 ~arm"
+ KEYWORDS="~amd64 ~arm ~x86"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is
diff --git a/media-sound/sbagen/sbagen-1.4.5.ebuild b/media-sound/sbagen/sbagen-1.4.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz
vorbis? ( sounds? ( http://uazu.net/sbagen/sbagen-river-1.4.1.tgz ) )"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
RESTRICT="mirror"
IUSE="mp3 vorbis sounds"
diff --git a/net-misc/drawterm/drawterm-9999.ebuild b/net-misc/drawterm/drawterm-9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="9base MIT"
SLOT="9front"
SRC_URI=""
EHG_REPO_URI="https://code.9front.org/hg/drawterm"
-KEYWORDS="~x86 ~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="x11-base/xorg-server"
diff --git a/net-misc/fbxosctrl/fbxosctrl-2.3.2.ebuild b/net-misc/fbxosctrl/fbxosctrl-2.3.2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Shell tool to control some Freebox OS stuff: wifi, reboot..."
HOMEPAGE="https://github.com/skimpax/fbxosctrl"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="
https://github.com/skimpax/fbxosctrl/archive/${PV}.tar.gz -> ${P}.tar.gz
https://raw.githubusercontent.com/wiki/skimpax/fbxosctrl/Mise-en-oeuvre-de-fbxosctrl.md -> fbxosctrl-lisezmoi.md
diff --git a/sci-misc/labview/labview-8.6.0.ebuild b/sci-misc/labview/labview-8.6.0.ebuild
@@ -7,7 +7,7 @@ EAPI=4
inherit eutils
SRC_URI="http://files.backbone.ws/projects/labview/${P}.tar.bz2"
-KEYWORDS="-* x86 amd64"
+KEYWORDS="-* amd64 x86"
DESCRIPTION="LabVIEW System Design Software"
diff --git a/sys-libs/gcompat/gcompat-0.4.0.ebuild b/sys-libs/gcompat/gcompat-0.4.0.ebuild
@@ -7,7 +7,7 @@ inherit multilib-minimal
DESCRIPTION="The GNU C Library compatibility layer for musl"
HOMEPAGE="https://code.foxkit.us/adelie/gcompat"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
LICENSE="UoI-NCSA"
IUSE="obstack"
SRC_URI="https://distfiles.adelielinux.org/source/gcompat/${P}.tar.xz"