Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
Date: Sun, 29 Dec 2019 14:45:19
Message-Id: 1577630109.7f46b28a83b2b3d5358fd67dff5f24f055f17b6e.leio@gentoo
1 commit: 7f46b28a83b2b3d5358fd67dff5f24f055f17b6e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 13:22:06 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 14:35:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f46b28a
7
8 app-text/gspell: default enable USE=vala
9
10 geary hard requires it, and when anything uses it, we have a
11 tradition to just default enable it for less trouble in the
12 common case for users (it's just a .vapi file being generated).
13
14 Package-Manager: Portage-2.3.79, Repoman-2.3.12
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 app-text/gspell/gspell-1.6.1.ebuild | 2 +-
18 app-text/gspell/gspell-1.8.1.ebuild | 2 +-
19 app-text/gspell/gspell-1.8.2.ebuild | 2 +-
20 3 files changed, 3 insertions(+), 3 deletions(-)
21
22 diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild
23 index 2258eb9a0e3..68fe27ba0ee 100644
24 --- a/app-text/gspell/gspell-1.6.1.ebuild
25 +++ b/app-text/gspell/gspell-1.6.1.ebuild
26 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
27 SLOT="0/1" # subslot = libgspell-1 soname version
28 KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86"
29
30 -IUSE="+introspection vala"
31 +IUSE="+introspection +vala"
32 REQUIRED_USE="vala? ( introspection )"
33
34 RDEPEND="
35
36 diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild
37 index 29b5aa6fd9f..3647a4d2935 100644
38 --- a/app-text/gspell/gspell-1.8.1.ebuild
39 +++ b/app-text/gspell/gspell-1.8.1.ebuild
40 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
41 SLOT="0/1" # subslot = libgspell-1 soname version
42 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
43
44 -IUSE="+introspection vala"
45 +IUSE="+introspection +vala"
46 REQUIRED_USE="vala? ( introspection )"
47
48 RDEPEND="
49
50 diff --git a/app-text/gspell/gspell-1.8.2.ebuild b/app-text/gspell/gspell-1.8.2.ebuild
51 index 52ccc9e6403..0079568866d 100644
52 --- a/app-text/gspell/gspell-1.8.2.ebuild
53 +++ b/app-text/gspell/gspell-1.8.2.ebuild
54 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
55 SLOT="0/1" # subslot = libgspell-1 soname version
56 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
57
58 -IUSE="+introspection vala"
59 +IUSE="+introspection +vala"
60 REQUIRED_USE="vala? ( introspection )"
61
62 RDEPEND="