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 C407613832E for ; Sun, 24 Jul 2016 22:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B9DE0AAA; Sun, 24 Jul 2016 22:58:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78D91E0AAA for ; Sun, 24 Jul 2016 22:58:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08701340A15 for ; Sun, 24 Jul 2016 22:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92E1D7CD for ; Sun, 24 Jul 2016 22:58:16 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1469400729.df2df4469eaa647728e56b405b9fb1e6a61aacbd.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: eclass/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: eclass/mate.eclass X-VCS-Directories: eclass/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: df2df4469eaa647728e56b405b9fb1e6a61aacbd X-VCS-Branch: master Date: Sun, 24 Jul 2016 22:58:16 +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: 3ff70846-28ca-482f-a2d9-3921f4f75779 X-Archives-Hash: 695a96065d640b3dd465fc5eeafb4f11 commit: df2df4469eaa647728e56b405b9fb1e6a61aacbd Author: NP-Hardass gentoo org> AuthorDate: Sun Jul 24 22:51:51 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sun Jul 24 22:52:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=df2df446 eclass: mate.eclass: Fix documentation for MATE_FORCE_AUTORECONF eclass/mate.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mate.eclass b/eclass/mate.eclass index 59feac2..678cac0 100644 --- a/eclass/mate.eclass +++ b/eclass/mate.eclass @@ -57,9 +57,9 @@ mate_py_cond_func_wrap() { fi } -# @ECLASS-VARIABLE: FORCE_AUTORECONF +# @ECLASS-VARIABLE: MATE_FORCE_AUTORECONF # @DESCRIPTION: -# Available values for FORCE_AUTORECONF: +# Available values for MATE_FORCE_AUTORECONF: # - true: will always run eautoreconf # - false: will default to automatic detect # - If it is not set, it will default to false