diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 13:19:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 13:20:09 +0300 |
commit | 013b78966fbbe0a2c6e57d8b042eee78bdacbe1f (patch) | |
tree | ad27d9ff43247295bcc4df4508bcba3c8f034df6 /app-emulation/virt-manager | |
parent | sys-apps/ed: Removed old. (diff) | |
download | gentoo-013b78966fbbe0a2c6e57d8b042eee78bdacbe1f.tar.gz gentoo-013b78966fbbe0a2c6e57d8b042eee78bdacbe1f.tar.bz2 gentoo-013b78966fbbe0a2c6e57d8b042eee78bdacbe1f.zip |
app-emulation/virt-manager: amd64 stable wrt bug #673736
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/virt-manager/virt-manager-2.0.0.ebuild b/app-emulation/virt-manager/virt-manager-2.0.0.ebuild index b99319a5ac52..944a821c3da6 100644 --- a/app-emulation/virt-manager/virt-manager-2.0.0.ebuild +++ b/app-emulation/virt-manager/virt-manager-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git" else SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2" |