Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/template-glib/
Date: Wed, 12 Sep 2018 14:39:57
Message-Id: 1536763107.4824ff948f0afb7cccd53b26cd4417cd3290fff2.whissi@gentoo
1 commit: 4824ff948f0afb7cccd53b26cd4417cd3290fff2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 14:38:27 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 14:38:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4824ff94
7
8 dev-libs/template-glib: x86 keyworded (bug #664922)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/template-glib/template-glib-3.28.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/template-glib/template-glib-3.28.0.ebuild b/dev-libs/template-glib/template-glib-3.28.0.ebuild
16 index 319031f57b3..84f99526934 100644
17 --- a/dev-libs/template-glib/template-glib-3.28.0.ebuild
18 +++ b/dev-libs/template-glib/template-glib-3.28.0.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/template-glib"
20
21 LICENSE="LGPL-2.1+"
22 SLOT="0/1"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="~amd64 ~x86"
25
26 IUSE="gtk-doc +introspection vala"
27 REQUIRED_USE="vala? ( introspection )"