From 0b568555967fc48bdda2801968b148f373272cb2 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 5 Dec 2024 07:14:09 +0100 Subject: [PATCH] app-emulation/nemu: Improve ebuild for QA Fixes: VariableOrderWrong: version 3.3.1: variable LICENSE should occur before KEYWORDS Signed-off-by: Nils Freydank --- app-emulation/nemu/nemu-3.3.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-emulation/nemu/nemu-3.3.1.ebuild b/app-emulation/nemu/nemu-3.3.1.ebuild index 13695c5..be97829 100644 --- a/app-emulation/nemu/nemu-3.3.1.ebuild +++ b/app-emulation/nemu/nemu-3.3.1.ebuild @@ -10,6 +10,7 @@ COMMIT_ID="8bcf47fa424458bbff798a8b5409a0f8d905f0e5" DESCRIPTION="ncurses interface for QEMU" HOMEPAGE="https://github.com/nemuTUI/nemu" +LICENSE="BSD-2" if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/nemuTUI/${PN}.git" @@ -23,10 +24,8 @@ else S="${WORKDIR}/$PN-${MY_PV}/" fi fi -KEYWORDS="~amd64" - -LICENSE="BSD-2" SLOT="0" +KEYWORDS="~amd64" IUSE="dbus network-map +ovf remote-control spice +usb +vnc-client" RDEPEND="