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 138EF15852A for ; Sat, 17 Aug 2024 21:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3CC42BC06E; Sat, 17 Aug 2024 21:50:23 +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 9F7452BC06E for ; Sat, 17 Aug 2024 21:50:23 +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 BCAAF342FA6 for ; Sat, 17 Aug 2024 21:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E73031F01 for ; Sat, 17 Aug 2024 21:50:19 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1723931228.ad5baa76aeb05fb3eb9373db7ab8ab8fc7f96993.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/munge/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/munge/munge-0.5.15.ebuild X-VCS-Directories: sys-auth/munge/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ad5baa76aeb05fb3eb9373db7ab8ab8fc7f96993 X-VCS-Branch: master Date: Sat, 17 Aug 2024 21:50:19 +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: ffc69c93-ed91-4470-b214-65c39fbfab9f X-Archives-Hash: d46eff811554edee0bae0cc58a2177b7 commit: ad5baa76aeb05fb3eb9373db7ab8ab8fc7f96993 Author: Mike Gilbert gentoo org> AuthorDate: Sat Aug 17 21:46:38 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Aug 17 21:47:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5baa76 sys-auth/munge: fix xz-utils dep Signed-off-by: Mike Gilbert gentoo.org> sys-auth/munge/munge-0.5.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/munge/munge-0.5.15.ebuild b/sys-auth/munge/munge-0.5.15.ebuild index a1a5d61cf62c..3a83b4dae100 100644 --- a/sys-auth/munge/munge-0.5.15.ebuild +++ b/sys-auth/munge/munge-0.5.15.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 @@ -27,7 +27,7 @@ RDEPEND=" acct-group/munge acct-user/munge " -BDEPEND="app-arch/xz-utils[extra-filters]" +BDEPEND="app-arch/xz-utils[extra-filters(+)]" src_prepare() { default