diff options
author | Sam James <sam@gentoo.org> | 2022-11-02 20:06:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-02 20:06:58 +0000 |
commit | 19fb34ec4880e84fe6d02efc71c7bff4303b0e71 (patch) | |
tree | 503fba5357b12bb38a7ba00c67c1b4102b22b9f4 | |
parent | dev-libs/libmemcached-awesome: Stabilize 1.1.2 amd64, #879159 (diff) | |
download | gentoo-19fb34ec4880e84fe6d02efc71c7bff4303b0e71.tar.gz gentoo-19fb34ec4880e84fe6d02efc71c7bff4303b0e71.tar.bz2 gentoo-19fb34ec4880e84fe6d02efc71c7bff4303b0e71.zip |
app-emulation/nemu: Stabilize 3.0.0 amd64, #879173
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emulation/nemu/nemu-3.0.0.ebuild | 4 |
1 files 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=" |