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 6C1061581D3 for ; Wed, 15 May 2024 13:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F80BE29F9; Wed, 15 May 2024 13:23:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17D63E29F5 for ; Wed, 15 May 2024 13:23:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11F93342FF9 for ; Wed, 15 May 2024 13:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7387C1A80 for ; Wed, 15 May 2024 13:23:37 +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: <1715779363.41ec9f4c23631d2c8746343372199b49cf3209d5.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/xfsprogs-6.6.0-r1.ebuild sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild sys-fs/xfsprogs/xfsprogs-6.7.0-r1.ebuild sys-fs/xfsprogs/xfsprogs-6.7.0-r2.ebuild X-VCS-Directories: sys-fs/xfsprogs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 41ec9f4c23631d2c8746343372199b49cf3209d5 X-VCS-Branch: master Date: Wed, 15 May 2024 13:23:37 +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: 5010f524-81e1-4f46-993c-4c65d96d990b X-Archives-Hash: b35358695c791b945f3d45db750b9ce2 commit: 41ec9f4c23631d2c8746343372199b49cf3209d5 Author: Mike Gilbert gentoo org> AuthorDate: Wed May 15 13:22:43 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed May 15 13:22:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ec9f4c sys-fs/xfsprogs: fix udev rule install location Closes: https://bugs.gentoo.org/931943 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/xfsprogs/{xfsprogs-6.6.0.ebuild => xfsprogs-6.6.0-r1.ebuild} | 2 +- sys-fs/xfsprogs/{xfsprogs-6.7.0-r1.ebuild => xfsprogs-6.7.0-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.6.0-r1.ebuild similarity index 98% rename from sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild rename to sys-fs/xfsprogs/xfsprogs-6.6.0-r1.ebuild index c46c41e10726..55fcb0627c3c 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.6.0-r1.ebuild @@ -78,7 +78,7 @@ src_configure() { --disable-lto --with-crond-dir="${EPREFIX}/etc/cron.d" --with-systemd-unit-dir="$(systemd_get_systemunitdir)" - --with-udev-rule-dir="$(get_udevdir)" + --with-udev-rule-dir="$(get_udevdir)/rules.d" $(use_enable icu libicu) $(use_enable nls gettext) $(use_enable libedit editline) diff --git a/sys-fs/xfsprogs/xfsprogs-6.7.0-r1.ebuild b/sys-fs/xfsprogs/xfsprogs-6.7.0-r2.ebuild similarity index 98% rename from sys-fs/xfsprogs/xfsprogs-6.7.0-r1.ebuild rename to sys-fs/xfsprogs/xfsprogs-6.7.0-r2.ebuild index d748990bfbd3..6781e5f02997 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.7.0-r1.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.7.0-r2.ebuild @@ -75,7 +75,7 @@ src_configure() { --disable-lto --with-crond-dir="${EPREFIX}/etc/cron.d" --with-systemd-unit-dir="$(systemd_get_systemunitdir)" - --with-udev-rule-dir="$(get_udevdir)" + --with-udev-rule-dir="$(get_udevdir)/rules.d" $(use_enable icu libicu) $(use_enable nls gettext) $(use_enable libedit editline)