public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ruby-scripts:master commit in: eselect-ruby/
Date: Sun, 13 Aug 2023 06:41:05 +0000 (UTC)	[thread overview]
Message-ID: <1691908800.58fd812b32a2958a2675da6a86b80ad944d83517.graaff@gentoo> (raw)

commit:     58fd812b32a2958a2675da6a86b80ad944d83517
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 07:11:13 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 06:40:00 2023 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=58fd812b

ruby.eselect: Call create_man_links unconditionally

This avoids calling portageq. create_man_links() will do nothing when
the target man page doesn't exist, regardless of FEATURES="noman".

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>

 eselect-ruby/ruby.eselect | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eselect-ruby/ruby.eselect b/eselect-ruby/ruby.eselect
index 35fc952..1071d77 100644
--- a/eselect-ruby/ruby.eselect
+++ b/eselect-ruby/ruby.eselect
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 # vim: set ft=sh:
 
@@ -94,7 +94,7 @@ create_symlinks() {
 		echo
 	fi
 
-	[[ $(portageq envvar FEATURES) =~ noman ]] || create_man_links ${version}
+	create_man_links ${version}
 
 	write_list_start "Successfully switched to profile:"
 	write_kv_list_entry "${target}" ""


             reply	other threads:[~2023-08-13  6:41 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13  6:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-26  8:24 [gentoo-commits] proj/ruby-scripts:master commit in: eselect-ruby/ Hans de Graaff
2023-10-08  8:39 Hans de Graaff
2023-08-13  6:41 Hans de Graaff
2023-04-09  7:37 Hans de Graaff
2022-03-13  7:11 Hans de Graaff
2020-12-25  8:01 Hans de Graaff
2019-12-22  9:05 Hans de Graaff
2019-01-21 18:36 Hans de Graaff
2018-12-25  6:28 Hans de Graaff
2017-12-25  7:33 Hans de Graaff
2017-12-25  7:33 Hans de Graaff
2017-07-23  7:46 Hans de Graaff
2017-07-23  7:46 Hans de Graaff
2017-07-23  7:46 Hans de Graaff
2016-12-26 16:38 Hans de Graaff
2015-12-29 10:56 Hans de Graaff
2015-12-29 10:39 Hans de Graaff
2014-12-27 19:07 Manuel Rüger
2013-12-27  7:35 Alex Legler
2013-08-14 12:04 Alex Legler
2013-08-14 12:04 Alex Legler
2013-08-14 12:04 Alex Legler
2013-08-14 12:04 Alex Legler
2012-01-05 21:47 Alex Legler
2011-03-06 15:28 Alex Legler

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=1691908800.58fd812b32a2958a2675da6a86b80ad944d83517.graaff@gentoo \
    --to=graaff@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