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 5E2E5138334 for ; Sat, 3 Nov 2018 20:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3381DE097A; Sat, 3 Nov 2018 20:37:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 04EDDE097A for ; Sat, 3 Nov 2018 20:37:45 +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 25577335C38 for ; Sat, 3 Nov 2018 20:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63A3B431 for ; Sat, 3 Nov 2018 20:37: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: <1541275907.677928878d51f784488a6e5a729535eda558c4f6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/plasma-nm-9999.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 677928878d51f784488a6e5a729535eda558c4f6 X-VCS-Branch: master Date: Sat, 3 Nov 2018 20:37: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: 36bf15ba-3b3a-4f45-8554-4781142b1c14 X-Archives-Hash: 87ec3b93a7a332801c599a1129b79217 commit: 677928878d51f784488a6e5a729535eda558c4f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 3 20:11:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 3 20:11:47 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67792887 kde-plasma/plasma-nm: Set KDE_TEST=true Upstream commits: 71833088fb26be75ae88f13f970b814436b688ce 788def2743eecaa8c866b15352ec938895ee6f89 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild index 4fcd8cfc49..b7e033ba0c 100644 --- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-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="KDE Plasma applet for NetworkManager"