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 1382C158094 for ; Mon, 29 Aug 2022 22:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E989E092B; Mon, 29 Aug 2022 22:18:15 +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 04EE8E092B for ; Mon, 29 Aug 2022 22:18:15 +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 137E8340806 for ; Mon, 29 Aug 2022 22:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB988D4 for ; Mon, 29 Aug 2022 22:18:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661811484.111f434e1ecc0bb05487c4ce0f2f43fd5d5be08f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ctags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ctags/ctags-20220828.0.ebuild dev-util/ctags/ctags-99999999.ebuild X-VCS-Directories: dev-util/ctags/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 111f434e1ecc0bb05487c4ce0f2f43fd5d5be08f X-VCS-Branch: master Date: Mon, 29 Aug 2022 22:18:12 +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: 4afa48fa-2c8b-45f2-a1ed-c9eb0f4db180 X-Archives-Hash: ce15fb2ed8b285f78dfc8ea4fac6c15f commit: 111f434e1ecc0bb05487c4ce0f2f43fd5d5be08f Author: Sam James gentoo org> AuthorDate: Mon Aug 29 22:18:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 29 22:18:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111f434e dev-util/ctags: pcre2->pcre Signed-off-by: Sam James gentoo.org> dev-util/ctags/ctags-20220828.0.ebuild | 6 +++--- dev-util/ctags/ctags-99999999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/ctags/ctags-20220828.0.ebuild b/dev-util/ctags/ctags-20220828.0.ebuild index 96335dde5149..253499081b9c 100644 --- a/dev-util/ctags/ctags-20220828.0.ebuild +++ b/dev-util/ctags/ctags-20220828.0.ebuild @@ -20,11 +20,11 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="json pcre2 xml yaml" +IUSE="json pcre xml yaml" DEPEND=" json? ( dev-libs/jansson:= ) - pcre2? ( dev-libs/libpcre2 ) + pcre? ( dev-libs/libpcre2 ) xml? ( dev-libs/libxml2:2 ) yaml? ( dev-libs/libyaml ) " @@ -49,7 +49,7 @@ src_prepare() { src_configure() { econf \ $(use_enable json) \ - $(use_enable pcre2) \ + $(use_enable pcre pcre2) \ $(use_enable xml) \ $(use_enable yaml) \ --disable-etags \ diff --git a/dev-util/ctags/ctags-99999999.ebuild b/dev-util/ctags/ctags-99999999.ebuild index 96335dde5149..253499081b9c 100644 --- a/dev-util/ctags/ctags-99999999.ebuild +++ b/dev-util/ctags/ctags-99999999.ebuild @@ -20,11 +20,11 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="json pcre2 xml yaml" +IUSE="json pcre xml yaml" DEPEND=" json? ( dev-libs/jansson:= ) - pcre2? ( dev-libs/libpcre2 ) + pcre? ( dev-libs/libpcre2 ) xml? ( dev-libs/libxml2:2 ) yaml? ( dev-libs/libyaml ) " @@ -49,7 +49,7 @@ src_prepare() { src_configure() { econf \ $(use_enable json) \ - $(use_enable pcre2) \ + $(use_enable pcre pcre2) \ $(use_enable xml) \ $(use_enable yaml) \ --disable-etags \