Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXt/
Date: Sun, 26 Feb 2017 05:15:18
Message-Id: 1488086081.b8384459af343d25bd5c6d3d6c761e8dc1d70c67.mattst88@gentoo
1 commit: b8384459af343d25bd5c6d3d6c761e8dc1d70c67
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 05:14:41 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 05:14:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8384459
7
8 x11-libs/libXt: Depend on dev-libs/glib for USE=test.
9
10 Bug: https://bugs.gentoo.org/435924
11
12 x11-libs/libXt/libXt-1.1.4.ebuild | 5 +++--
13 x11-libs/libXt/libXt-1.1.5.ebuild | 5 +++--
14 2 files changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-libs/libXt/libXt-1.1.4.ebuild b/x11-libs/libXt/libXt-1.1.4.ebuild
17 index 02033fa3d1..68c3c1dda6 100644
18 --- a/x11-libs/libXt/libXt-1.1.4.ebuild
19 +++ b/x11-libs/libXt/libXt-1.1.4.ebuild
20 @@ -10,14 +10,15 @@ inherit xorg-2 toolchain-funcs
21 DESCRIPTION="X.Org X Toolkit Intrinsics library"
22
23 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
24 -IUSE=""
25 +IUSE="test"
26
27 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
28 >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
29 >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}]
30 >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
31 >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]"
32 -DEPEND="${RDEPEND}"
33 +DEPEND="${RDEPEND}
34 + test? ( dev-libs/glib )"
35
36 src_configure() {
37 tc-export_build_env
38
39 diff --git a/x11-libs/libXt/libXt-1.1.5.ebuild b/x11-libs/libXt/libXt-1.1.5.ebuild
40 index cc9b7472f5..37fd481976 100644
41 --- a/x11-libs/libXt/libXt-1.1.5.ebuild
42 +++ b/x11-libs/libXt/libXt-1.1.5.ebuild
43 @@ -10,14 +10,15 @@ inherit xorg-2 toolchain-funcs
44 DESCRIPTION="X.Org X Toolkit Intrinsics library"
45
46 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
47 -IUSE=""
48 +IUSE="test"
49
50 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
51 >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
52 >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}]
53 >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
54 >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]"
55 -DEPEND="${RDEPEND}"
56 +DEPEND="${RDEPEND}
57 + test? ( dev-libs/glib )"
58
59 src_configure() {
60 tc-export_build_env