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:18
Message-Id: 1577630109.da3a75e3f14e88ec666f46f4160b99be6199aee1.leio@gentoo
1 commit: da3a75e3f14e88ec666f46f4160b99be6199aee1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 13:25:14 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=da3a75e3
7
8 app-text/gspell: vala is only a build depend here
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-text/gspell/gspell-1.6.1.ebuild | 2 +-
14 app-text/gspell/gspell-1.8.1.ebuild | 2 +-
15 app-text/gspell/gspell-1.8.2.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild
19 index 68fe27ba0ee..108a5813d32 100644
20 --- a/app-text/gspell/gspell-1.6.1.ebuild
21 +++ b/app-text/gspell/gspell-1.6.1.ebuild
22 @@ -22,7 +22,6 @@ RDEPEND="
23 >=dev-libs/glib-2.44:2
24 >=x11-libs/gtk+-3.20:3[introspection?]
25 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
26 - vala? ( $(vala_depend) )
27 "
28 DEPEND="${RDEPEND}
29 dev-libs/libxml2:2
30 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND}
31 >=dev-util/gtk-doc-am-1.25
32 >=sys-devel/gettext-0.19.4
33 virtual/pkgconfig
34 + vala? ( $(vala_depend) )
35 "
36
37 src_prepare() {
38
39 diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild
40 index 3647a4d2935..ef631e0e295 100644
41 --- a/app-text/gspell/gspell-1.8.1.ebuild
42 +++ b/app-text/gspell/gspell-1.8.1.ebuild
43 @@ -22,7 +22,6 @@ RDEPEND="
44 >=dev-libs/glib-2.44:2
45 >=x11-libs/gtk+-3.20:3[introspection?]
46 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
47 - vala? ( $(vala_depend) )
48 "
49 DEPEND="${RDEPEND}
50 dev-libs/libxml2:2
51 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND}
52 >=dev-util/gtk-doc-am-1.25
53 >=sys-devel/gettext-0.19.4
54 virtual/pkgconfig
55 + vala? ( $(vala_depend) )
56 "
57
58 src_prepare() {
59
60 diff --git a/app-text/gspell/gspell-1.8.2.ebuild b/app-text/gspell/gspell-1.8.2.ebuild
61 index 0079568866d..ddbd5b2961b 100644
62 --- a/app-text/gspell/gspell-1.8.2.ebuild
63 +++ b/app-text/gspell/gspell-1.8.2.ebuild
64 @@ -22,7 +22,6 @@ RDEPEND="
65 >=dev-libs/glib-2.44:2
66 >=x11-libs/gtk+-3.20:3[introspection?]
67 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
68 - vala? ( $(vala_depend) )
69 "
70 DEPEND="${RDEPEND}
71 dev-libs/libxml2:2
72 @@ -30,6 +29,7 @@ DEPEND="${RDEPEND}
73 >=dev-util/gtk-doc-am-1.25
74 >=sys-devel/gettext-0.19.6
75 virtual/pkgconfig
76 + vala? ( $(vala_depend) )
77 "
78
79 src_prepare() {