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 F15901396D1 for ; Sun, 17 Sep 2017 12:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44637E0C11; Sun, 17 Sep 2017 12:01:23 +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 22955E0C11 for ; Sun, 17 Sep 2017 12:01:22 +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 EFCB333D3CE for ; Sun, 17 Sep 2017 12:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 988159082 for ; Sun, 17 Sep 2017 12:01:19 +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: <1505647312.600e259eef3768a34a6183211f16941050fefc26.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 600e259eef3768a34a6183211f16941050fefc26 X-VCS-Branch: master Date: Sun, 17 Sep 2017 12:01:19 +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: f827b633-725e-4e64-ae0d-0de56a6f3b83 X-Archives-Hash: e26a616bd6a65b605d1cc92de8608167 commit: 600e259eef3768a34a6183211f16941050fefc26 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 17 11:21:52 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 17 11:21:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=600e259e kde5-functions.eclass: Documentation: s/remove/require Gentoo-bug: 631186 eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 86031079b3..0b49851f45 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -58,7 +58,7 @@ esac # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: -# Minimum version of Plasma to remove. This affects add_plasma_dep. +# Minimum version of Plasma to require. This affects add_plasma_dep. : ${PLASMA_MINIMAL:=5.10.5} # @ECLASS-VARIABLE: KDE_APPS_MINIMAL