From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/
Date: Sat, 10 Apr 2021 07:03:24 +0000 (UTC) [thread overview]
Message-ID: <1618038132.6639f3afc0f1abfbb89cd7abd9d0dd74965bebe2.ulm@gentoo> (raw)
commit: 6639f3afc0f1abfbb89cd7abd9d0dd74965bebe2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 07:16:12 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 07:02:12 2021 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6639f3af
general-concepts/use-flags: Use += operator in example
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
general-concepts/use-flags/text.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml
index 54675f3..d5aae0c 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -301,11 +301,11 @@ src_configure() {
local myconf
if use ssl && use gnutls ; then
- myconf="${myconf} --enable-ssl --with-ssl=gnutls"
+ myconf+=" --enable-ssl --with-ssl=gnutls"
elif use ssl && ! use gnutls ; then
- myconf="${myconf} --enable-ssl --with-ssl=openssl"
+ myconf+=" --enable-ssl --with-ssl=openssl"
else
- myconf="${myconf} --disable-ssl"
+ myconf+=" --disable-ssl"
fi
econf \
next reply other threads:[~2021-04-10 7:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-10 7:03 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-09 18:29 [gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/ Ulrich Müller
2023-08-22 6:03 Ulrich Müller
2022-02-21 21:40 Sam James
2021-08-01 2:13 Sam James
2021-08-01 2:08 Sam James
2021-04-10 7:03 Ulrich Müller
2021-04-10 7:03 Ulrich Müller
2021-04-02 7:00 Ulrich Müller
2019-05-24 8:40 Ulrich Müller
2019-05-22 19:37 Göktürk Yüksek
2019-05-22 19:37 Göktürk Yüksek
2019-05-22 19:37 Göktürk Yüksek
2019-05-22 19:37 Göktürk Yüksek
2019-05-22 19:37 Göktürk Yüksek
2018-06-22 18:25 Ulrich Müller
2014-04-06 15:51 Markos Chandras
2012-04-05 14:22 Torsten Veller
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=1618038132.6639f3afc0f1abfbb89cd7abd9d0dd74965bebe2.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