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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33CC9158093 for ; Sun, 3 Jul 2022 10:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFC99E0984; Sun, 3 Jul 2022 10:55:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 329EEE0845 for ; Sun, 3 Jul 2022 10:55:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7325D341559 for ; Sun, 3 Jul 2022 10:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2664D4ED for ; Sun, 3 Jul 2022 10:55:39 +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: <1656840887.9533e961994092d3982a778b40296049dae0345e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/virtualdbus.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9533e961994092d3982a778b40296049dae0345e X-VCS-Branch: master Date: Sun, 3 Jul 2022 10:55:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d334e082-c529-4c3d-a6ab-d2cd0f907ecb X-Archives-Hash: 8e8ed5a689af1378740db58fd1b221a2 commit: 9533e961994092d3982a778b40296049dae0345e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 3 09:34:47 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 3 09:34:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9533e961 virtualdbus.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/virtualdbus.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/virtualdbus.eclass b/eclass/virtualdbus.eclass index 45918f33b6..fa567c7ab6 100644 --- a/eclass/virtualdbus.eclass +++ b/eclass/virtualdbus.eclass @@ -8,20 +8,20 @@ # kde@gentoo.org # @BLURB: This eclass can be used for packages that needs a working dbus session bus during test phase. UNTESTED SO FAR. -# @ECLASS-VARIABLE: VIRTUALDBUS_REQUIRED +# @ECLASS_VARIABLE: VIRTUALDBUS_REQUIRED # @DESCRIPTION: # Is a dependency on dbus etc needed? # Valid values are "always", "optional", and "manual". # "tests" is a synonym for "optional". : ${VIRTUALDBUS_REQUIRED:=optional} -# @ECLASS-VARIABLE: VIRTUALDBUS_USE +# @ECLASS_VARIABLE: VIRTUALDBUS_USE # @DESCRIPTION: # If VIRTUALDBUS_REQUIRED=optional, what USE flag should control # the dependency? : ${VIRTUALDBUS_USE:=test} -# @ECLASS-VARIABLE: VIRTUALDBUS_DEPEND +# @ECLASS_VARIABLE: VIRTUALDBUS_DEPEND # @DESCRIPTION: # Dep string available for use outside of eclass, in case a more # complicated dep is needed.