Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-gtk-config/
Date: Sun, 29 Jan 2017 23:42:03
Message-Id: 1485733215.52021dc56640e0c3ff81937c7d089e7ac67a1304.asturm@gentoo
1 commit: 52021dc56640e0c3ff81937c7d089e7ac67a1304
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 23:38:13 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 23:40:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52021dc5
7
8 kde-plasma/kde-gtk-config: Restrict tests for now
9
10 Gentoo-bug: 604050
11
12 Package-Manager: portage-2.3.3
13
14 kde-plasma/kde-gtk-config/kde-gtk-config-5.8.5.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.5.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.5.ebuild
18 index a460448..9fe65fa 100644
19 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.5.ebuild
20 +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -37,6 +37,8 @@ RDEPEND="${DEPEND}
28 !kde-plasma/kde-gtk-config:4
29 "
30
31 +RESTRICT+=" test" # bug 604050
32 +
33 PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" )
34
35 src_configure() {