Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-glib/
Date: Wed, 02 Jan 2019 10:02:38
Message-Id: 1546423249.04ee517d10934c2a706868e18b4516b59fc34e88.zlogene@gentoo
1 commit: 04ee517d10934c2a706868e18b4516b59fc34e88
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 10:00:49 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 10:00:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ee517d
7
8 app-emulation/libvirt-glib: amd64 stable wrt bug #673734
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
17 index 8c47ef3bf8d..c0dbda3904f 100644
18 --- a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
19 +++ b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"
30 -KEYWORDS="~amd64 x86"
31 +KEYWORDS="amd64 x86"
32 IUSE="+introspection nls +vala"
33 REQUIRED_USE="vala? ( introspection )"