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 942891396D9 for ; Fri, 13 Oct 2017 09:53:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3849E0D1F; Fri, 13 Oct 2017 09:53:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C0AAE0D1F for ; Fri, 13 Oct 2017 09:53:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8AFB233BEBE for ; Fri, 13 Oct 2017 09:53:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB229097 for ; Fri, 13 Oct 2017 09:53:37 +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: <1507888403.dbd535bbcdc69c4013f4936d0c9591d350042910.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-gtk-config/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild X-VCS-Directories: kde-plasma/kde-gtk-config/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dbd535bbcdc69c4013f4936d0c9591d350042910 X-VCS-Branch: master Date: Fri, 13 Oct 2017 09:53:37 +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: 0b4ed616-2897-47f4-9d44-9501ae228629 X-Archives-Hash: 34760ea0d3b835723636eb7ff9b50110 commit: dbd535bbcdc69c4013f4936d0c9591d350042910 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 13 09:53:04 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 13 09:53:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dbd535bb kde-plasma/kde-gtk-config: Failing test was removed upstream Upstream commit ae5454b41e4cea77a6cb8c8bab45016a3767a4e5 Package-Manager: Portage-2.3.11, Repoman-2.3.3 kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild index 087c4e4a77..17e1ca61f1 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild @@ -35,8 +35,6 @@ RDEPEND="${DEPEND} !kde-plasma/kde-gtk-config:4 " -RESTRICT+=" test" - PATCHES=( "${FILESDIR}/${PN}-5.4.2-gtk3-optional.patch" ) src_configure() { @@ -50,9 +48,7 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - einfo elog "If you notice missing icons in your GTK applications, you may have to install" elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk" elog "for example." - einfo }