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 78D72158041 for ; Tue, 7 Sep 2021 18:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A84E0891; Tue, 7 Sep 2021 18:01:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D735DE0891 for ; Tue, 7 Sep 2021 18:01:04 +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 5511833E6A7 for ; Tue, 7 Sep 2021 18:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C15C235 for ; Tue, 7 Sep 2021 18:01:01 +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: <1631037432.49511c02cfe9b3ca1a188a3254735ebfe75460be.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: xsl/ X-VCS-Repository: proj/devmanual X-VCS-Files: xsl/lang.highlight.ebuild.xsl X-VCS-Directories: xsl/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 49511c02cfe9b3ca1a188a3254735ebfe75460be X-VCS-Branch: master Date: Tue, 7 Sep 2021 18:01:01 +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: d3686e91-0991-408d-8df4-c9f1ee5e9dfc X-Archives-Hash: a09ca000a041899f1b101e234e9a4dd3 commit: 49511c02cfe9b3ca1a188a3254735ebfe75460be Author: Ulrich Müller gentoo org> AuthorDate: Tue Sep 7 17:57:12 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Sep 7 17:57:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=49511c02 lang.highlight.ebuild.xsl: Fix spurious replacement of . by $data Signed-off-by: Ulrich Müller gentoo.org> xsl/lang.highlight.ebuild.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsl/lang.highlight.ebuild.xsl b/xsl/lang.highlight.ebuild.xsl index bbf9c64..47d884a 100644 --- a/xsl/lang.highlight.ebuild.xsl +++ b/xsl/lang.highlight.ebuild.xsl @@ -115,7 +115,7 @@ $data = 'elog' or $data = 'ewarn' or $data = 'eerror' or $data = 'diropts' or $data = 'dobin' or $data = 'docinto' or $data = 'dodoc' or $data = 'doexe' or $data = 'dohard' or $data = 'dohtml' or $data = 'doinfo' or $data = 'doins' or $data = 'dolib' or - $data = 'dolib$dataa' or $data = 'dolib$dataso' or $data = 'doman' or $data = 'dosbin' or $data = 'dosym' or $data = 'emake' or + $data = 'dolib.a' or $data = 'dolib.so' or $data = 'doman' or $data = 'dosbin' or $data = 'dosym' or $data = 'emake' or $data = 'exeinto' or $data = 'exeopts' or $data = 'fowners' or $data = 'fperms' or $data = 'insinto' or $data = 'insopts' or $data = 'into' or $data = 'libopts' or $data = 'newbin' or $data = 'newexe' or $data = 'newins' or $data = 'newman' or $data = 'newsbin' or $data = 'prepall' or $data = 'prepalldocs' or $data = 'prepallinfo' or $data = 'prepallman' or @@ -282,7 +282,7 @@ @@ -326,7 +326,7 @@ - +