public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
Date: Sat, 15 Feb 2025 09:29:28 +0000 (UTC)	[thread overview]
Message-ID: <1739611605.b7e806ed91395be5be56875a35e71e1f166603a7.ulm@gentoo> (raw)

commit:     b7e806ed91395be5be56875a35e71e1f166603a7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 16:16:51 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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"


             reply	other threads:[~2025-02-15  9:30 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-15  9:29 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-25 13:59 [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/ Sam James
2024-03-03 20:44 Andreas K. Hüttel
2023-03-19 17:36 Arthur Zamarin
2023-01-16 14:32 Sam James
2022-11-23 16:39 Mike Gilbert
2022-11-23 16:39 Mike Gilbert
2022-05-26  5:06 WANG Xuerui
2021-08-23 22:59 Marek Szuba
2021-08-03 11:03 Sam James
2021-06-07  8:33 Joonas Niilola
2021-03-12 15:35 Sam James
2021-03-12 15:34 Sam James
2021-03-12 15:28 Sam James
2021-03-11  7:25 Agostino Sarubbo
2021-03-11  2:39 Sam James
2021-03-10  3:06 Sam James
2021-03-10  3:06 Sam James
2021-03-10  3:05 Sam James
2021-03-10  1:24 Sam James
2020-12-02 23:21 Sam James
2018-11-11 13:07 Pacho Ramos
2017-02-10 23:02 Michael Weber
2016-07-25 16:21 Ian Stakenvicius
2016-04-19 22:33 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739611605.b7e806ed91395be5be56875a35e71e1f166603a7.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox