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 00B16138334 for ; Tue, 9 Oct 2018 09:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB7FE07EF; Tue, 9 Oct 2018 09:13:59 +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 A6847E07EF for ; Tue, 9 Oct 2018 09:13:59 +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 E3A89335CEF for ; Tue, 9 Oct 2018 09:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 224D442C for ; Tue, 9 Oct 2018 09:13:56 +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: <1539075376.9bed0fed0cfd9d00d90096dde8e386fa84d357c1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwayland-integration/kwayland-integration-5.14.0.ebuild kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild X-VCS-Directories: kde-plasma/kwayland-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9bed0fed0cfd9d00d90096dde8e386fa84d357c1 X-VCS-Branch: master Date: Tue, 9 Oct 2018 09:13:56 +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: 049a33dc-1fb5-48dd-8665-aebc84d5392d X-Archives-Hash: e1b83b77460b205cb7b8bae0c26135f0 commit: 9bed0fed0cfd9d00d90096dde8e386fa84d357c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 08:56:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 9 08:56:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bed0fed kde-plasma/kwayland-integration: Set KDE_TEST=true Upstream commit e2ddf8933f428bacd183401132a841db874306d3 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/kwayland-integration/kwayland-integration-5.14.0.ebuild | 1 + .../kwayland-integration/kwayland-integration-5.14.49.9999.ebuild | 1 + kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.14.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.14.0.ebuild index 38f6c585e6..5e73d894a7 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.14.0.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.14.0.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_TEST="true" inherit kde5 DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild index c7e9bc4871..9f88089ec0 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.14.49.9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_TEST="true" inherit kde5 DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" diff --git a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild index d924f4ca27..9f88089ec0 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 +KDE_TEST="true" inherit kde5 DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"