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 B98EB158094 for ; Sat, 3 Sep 2022 19:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D10DAE07D1; Sat, 3 Sep 2022 19:45:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B853AE07D1 for ; Sat, 3 Sep 2022 19:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C457B340CB6 for ; Sat, 3 Sep 2022 19:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46702556 for ; Sat, 3 Sep 2022 19:45:50 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1662234319.695bfa0c8018f53ff7a395fc76742160a8412085.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/xemacs-packages.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 695bfa0c8018f53ff7a395fc76742160a8412085 X-VCS-Branch: master Date: Sat, 3 Sep 2022 19:45:50 +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: 563da3f3-8e68-499e-b9cf-abde6c17a6df X-Archives-Hash: 2d0eaf61362c9ca861176064bf4d409f commit: 695bfa0c8018f53ff7a395fc76742160a8412085 Author: Ulrich Müller gentoo org> AuthorDate: Mon Aug 29 07:14:06 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Sep 3 19:45:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695bfa0c xemacs-packages.eclass: Whitespace Signed-off-by: Ulrich Müller gentoo.org> eclass/xemacs-packages.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index 67c9491d575e..91621f5f52d3 100644 --- a/eclass/xemacs-packages.eclass +++ b/eclass/xemacs-packages.eclass @@ -12,7 +12,7 @@ # @ECLASS_VARIABLE: XEMACS_PKG_CAT # @REQUIRED # @DESCRIPTION: -# The package category that the package is in. Can be either standard, +# The package category that the package is in. Can be either standard, # mule, or contrib. # @ECLASS_VARIABLE: XEMACS_EXPERIMENTAL @@ -20,7 +20,7 @@ # @DEFAULT_UNSET # @DESCRIPTION: # If set then the package is downloaded from the experimental packages -# repository, which is the staging area for packages upstream. Packages +# repository, which is the staging area for packages upstream. Packages # in the experimental repository are auto-generated from XEmacs VCS, so # they may not be well-tested.