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 4EEB61396D0 for ; Thu, 14 Sep 2017 18:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B8C01FC0A5; Thu, 14 Sep 2017 18:45:06 +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 7BD6C1FC0A5 for ; Thu, 14 Sep 2017 18:45:06 +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 AC32A33D3CE for ; Thu, 14 Sep 2017 18:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A2479063 for ; Thu, 14 Sep 2017 18:45:04 +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: <1505414691.b50f7d2303717dc3885673b98c4e2cf7fda83d26.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-5.11.49.9999.ebuild kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b50f7d2303717dc3885673b98c4e2cf7fda83d26 X-VCS-Branch: master Date: Thu, 14 Sep 2017 18:45:04 +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: cc37fa1f-7079-41ff-bca4-9dedcb6aa6e9 X-Archives-Hash: 5d10a139d0275e3dd7bdb0ecd0c7bac2 commit: b50f7d2303717dc3885673b98c4e2cf7fda83d26 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 14 18:44:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 14 18:44:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b50f7d23 kde-plasma/kwin: Apply tests-optional patch to live Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-plasma/kwin/kwin-5.11.49.9999.ebuild | 2 ++ kde-plasma/kwin/kwin-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-plasma/kwin/kwin-5.11.49.9999.ebuild b/kde-plasma/kwin/kwin-5.11.49.9999.ebuild index cb10384683..fe4ce5b7fd 100644 --- a/kde-plasma/kwin/kwin-5.11.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-5.11.49.9999.ebuild @@ -83,6 +83,8 @@ DEPEND="${COMMON_DEPEND} RESTRICT+=" test" +PATCHES=( "${FILESDIR}/${PN}-5.10.95-test-optional.patch" ) + src_prepare() { kde5_src_prepare use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch" diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index cb10384683..fe4ce5b7fd 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -83,6 +83,8 @@ DEPEND="${COMMON_DEPEND} RESTRICT+=" test" +PATCHES=( "${FILESDIR}/${PN}-5.10.95-test-optional.patch" ) + src_prepare() { kde5_src_prepare use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch"