From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7FB3139694 for ; Sat, 3 Jun 2017 07:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A93E0BF0; Sat, 3 Jun 2017 07:28:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 821C2E0BF0 for ; Sat, 3 Jun 2017 07:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65C11341798 for ; Sat, 3 Jun 2017 07:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08FC7468 for ; Sat, 3 Jun 2017 07:28:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1496474848.c2f874d29e27c3447f006f6e671091ab767a50ab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-gtk-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kde-gtk-config/kde-gtk-config-5.8.6.ebuild kde-plasma/kde-gtk-config/kde-gtk-config-5.8.7.ebuild kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild X-VCS-Directories: kde-plasma/kde-gtk-config/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2f874d29e27c3447f006f6e671091ab767a50ab X-VCS-Branch: master Date: Sat, 3 Jun 2017 07:28:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4a0621b-d503-4af1-a1eb-f7ea75dc4d29 X-Archives-Hash: a9058c4a3b2f529f3abd7d77da991379 commit: c2f874d29e27c3447f006f6e671091ab767a50ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 3 07:27:28 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 3 07:27:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f874d2 kde-plasma/kde-gtk-config: RESTRICT+=test Reported-by: Paolo Pedroni iol.it> Gentoo-bug: 604050 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-plasma/kde-gtk-config/kde-gtk-config-5.8.6.ebuild | 2 ++ kde-plasma/kde-gtk-config/kde-gtk-config-5.8.7.ebuild | 2 ++ kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.6.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.6.ebuild index 0d6af290a14..c8fc25764da 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.6.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.6.ebuild @@ -35,6 +35,8 @@ RDEPEND="${DEPEND} !kde-plasma/kde-gtk-config:4 " +RESTRICT+=" test" + PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" ) src_configure() { diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.7.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.7.ebuild index b935f3a12e5..ebe684a9ff1 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.7.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.8.7.ebuild @@ -35,6 +35,8 @@ RDEPEND="${DEPEND} !kde-plasma/kde-gtk-config:4 " +RESTRICT+=" test" + PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" ) src_configure() { diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild index b935f3a12e5..ebe684a9ff1 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.5.ebuild @@ -35,6 +35,8 @@ RDEPEND="${DEPEND} !kde-plasma/kde-gtk-config:4 " +RESTRICT+=" test" + PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" ) src_configure() {