commit: 19fb34ec4880e84fe6d02efc71c7bff4303b0e71 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 2 20:06:58 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 2 20:06:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fb34ec
app-emulation/nemu: Stabilize 3.0.0 amd64, #879173 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/nemu/nemu-3.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/nemu/nemu-3.0.0.ebuild b/app-emulation/nemu/nemu-3.0.0.ebuild index 503a514f8dfa..6fdb49e54b40 100644 --- a/app-emulation/nemu/nemu-3.0.0.ebuild +++ b/app-emulation/nemu/nemu-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/nemuTUI/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.g LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="dbus network-map +ovf spice +vnc-client remote-api" RDEPEND="
