diff options
author | Sam James <sam@gentoo.org> | 2023-01-03 18:28:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-03 18:28:02 +0000 |
commit | 9cc65355d6c2c7a8b2002b2374ec34f7ae4d7672 (patch) | |
tree | 036ac380fcdb27aa247918eacec43844f7f590cf /app-emulation | |
parent | net-misc/kafkacat: Stabilize 1.7.1 amd64, #888033 (diff) | |
download | gentoo-9cc65355d6c2c7a8b2002b2374ec34f7ae4d7672.tar.gz gentoo-9cc65355d6c2c7a8b2002b2374ec34f7ae4d7672.tar.bz2 gentoo-9cc65355d6c2c7a8b2002b2374ec34f7ae4d7672.zip |
app-emulation/nemu: Stabilize 3.1.0 amd64, #888465
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/nemu/nemu-3.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/nemu/nemu-3.1.0.ebuild b/app-emulation/nemu/nemu-3.1.0.ebuild index 76cd6572d0e8..9bd6d23031a3 100644 --- a/app-emulation/nemu/nemu-3.1.0.ebuild +++ b/app-emulation/nemu/nemu-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" +KEYWORDS="amd64" IUSE="dbus network-map +ovf remote-api" RDEPEND=" |