From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BB7081582EF for ; Sat, 15 Feb 2025 09:30:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A5C6C3430A8 for ; Sat, 15 Feb 2025 09:30:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D1762110486; Sat, 15 Feb 2025 09:29:31 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C4F7B110486 for ; Sat, 15 Feb 2025 09:29:31 +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 7EEDD3430A8 for ; Sat, 15 Feb 2025 09:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FDF22713 for ; Sat, 15 Feb 2025 09:29:28 +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: <1739611605.b7e806ed91395be5be56875a35e71e1f166603a7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild X-VCS-Directories: sys-fs/dmraid/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b7e806ed91395be5be56875a35e71e1f166603a7 X-VCS-Branch: master Date: Sat, 15 Feb 2025 09:29:28 +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: 3ad4b468-f72a-40ce-911b-c3a88bbcff84 X-Archives-Hash: 2bbe403eeabeff6378e6300515b5785d commit: b7e806ed91395be5be56875a35e71e1f166603a7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 14 16:16:51 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 15 09:26:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e806ed sys-fs/dmraid: Fix incorrect REPLACING_VERSIONS usage Signed-off-by: Ulrich Müller gentoo.org> sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild index 8cde1ac36db2..f395de4ffa33 100644 --- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild +++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic autotools linux-info +inherit eapi9-ver flag-o-matic autotools linux-info MY_PV=${PV/_/.}-3 @@ -100,7 +100,7 @@ pkg_postinst() { elog "\t genkernel --dmraid all" fi # skip this message if this revision has already been emerged - if [[ " ${REPLACING_VERSIONS} " != *\ ${PVR}\ * ]]; then + if ! ver_replacing -eq ${PVR}; then elog elog "A pre-patched distfile of this version of DMRAID has been installed at" elog "/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2 , to support using it within a"