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 97A87158041 for ; Thu, 29 Feb 2024 23:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DDBEE2A44; Thu, 29 Feb 2024 23:58:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2741DE2A44 for ; Thu, 29 Feb 2024 23:58:18 +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 3AE0E3430D1 for ; Thu, 29 Feb 2024 23:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 802AA14E6 for ; Thu, 29 Feb 2024 23:58:15 +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: <1709251059.0d3588c4a5385caad7e970458fc7eb3c11e997e2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/groonga/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/groonga/groonga-13.0.1.ebuild X-VCS-Directories: app-text/groonga/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d3588c4a5385caad7e970458fc7eb3c11e997e2 X-VCS-Branch: master Date: Thu, 29 Feb 2024 23:58:15 +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: 54f80744-5589-472a-8cfd-220547992ca0 X-Archives-Hash: b90ae6a1f0d1ad13ad4e10fbe1ebbacb commit: 0d3588c4a5385caad7e970458fc7eb3c11e997e2 Author: Eli Schwartz gmail com> AuthorDate: Thu Feb 29 22:11:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 23:57:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3588c4 app-text/groonga: require acct-* at build time, not merge time It uses fowners in src_install. Migrating to sane technology like systemd-tmpfiles is out of scope for getting the package to work today. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-text/groonga/groonga-13.0.1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app-text/groonga/groonga-13.0.1.ebuild b/app-text/groonga/groonga-13.0.1.ebuild index bef5cf610056..670474842073 100644 --- a/app-text/groonga/groonga-13.0.1.ebuild +++ b/app-text/groonga/groonga-13.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,6 +18,8 @@ REQUIRED_USE=" " DEPEND=" + acct-group/groonga + acct-user/groonga >=dev-libs/onigmo-6.1.1:0= dev-libs/rapidjson dev-libs/xxhash @@ -33,11 +35,7 @@ DEPEND=" zlib? ( sys-libs/zlib:0= ) zstd? ( app-arch/zstd:0= ) " -RDEPEND=" - ${DEPEND} - acct-group/groonga - acct-user/groonga -" +RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig sphinx? ( dev-python/sphinx )