From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1032505-garchives=archives.gentoo.org@lists.gentoo.org> 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 9785C138334 for <garchives@archives.gentoo.org>; Mon, 25 Jun 2018 06:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C048EE093B; Mon, 25 Jun 2018 06:52:38 +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 8AB81E093B for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jun 2018 06:52:38 +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 5263A335CA3 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jun 2018 06:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EADB2B0 for <gentoo-commits@lists.gentoo.org>; Mon, 25 Jun 2018 06:52:34 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1529909542.c4687282688b4929015862847ece095706b9b8e5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c4687282688b4929015862847ece095706b9b8e5 X-VCS-Branch: master Date: Mon, 25 Jun 2018 06:52:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dea624f3-d4c7-42d6-ba38-2f1814065f6a X-Archives-Hash: 0df1851b08bba2d4ac24936a6c785d39 commit: c4687282688b4929015862847ece095706b9b8e5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jun 25 06:52:22 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jun 25 06:52:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4687282 kde-plasma/kinfocenter: Remove stray ')' Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild index 2b5190d6a5..e2bad37d44 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.13.49.9999.ebuild @@ -71,7 +71,6 @@ src_configure() { else mycmakeargs+=( $(cmake-utils_use_find_package opengl OpenGL) ) fi - ) kde5_src_configure }