Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/liblangtag/
Date: Thu, 02 Jan 2020 22:36:56
Message-Id: 1578004598.7e952a24854aeee2311fd53672137d2c84fe540a.asturm@gentoo
1 commit: 7e952a24854aeee2311fd53672137d2c84fe540a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 21:35:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 22:36:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e952a24
7
8 app-text/liblangtag: Move test dep to DEPEND where it belongs
9
10 Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/liblangtag/liblangtag-0.6.3.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild b/app-text/liblangtag/liblangtag-0.6.3.ebuild
18 index b0db495d30f..eb55dea03ec 100644
19 --- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
20 +++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
21 @@ -18,13 +18,14 @@ BDEPEND="
22 sys-devel/gettext
23 doc? ( dev-util/gtk-doc )
24 introspection? ( dev-libs/gobject-introspection-common )
25 - test? ( dev-libs/check )
26 "
27 RDEPEND="
28 dev-libs/libxml2
29 introspection? ( dev-libs/gobject-introspection )
30 "
31 -DEPEND="${RDEPEND}"
32 +DEPEND="${RDEPEND}
33 + test? ( dev-libs/check )
34 +"
35
36 # Upstream expect liblangtag to be installed when one runs tests...
37 RESTRICT="test"