From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/nss-tls/
Date: Sun, 21 Apr 2024 21:03:27 +0000 (UTC) [thread overview]
Message-ID: <1713733389.c90c4c565c1db9e495521bd19d35b709243c8aa9.julien@gentoo> (raw)
Message-ID: <20240421210327.KZlPx3fXKUWgQTzcvCc5nRtwCEuIuQYK860LF2EcAbs@z> (raw)
commit: c90c4c565c1db9e495521bd19d35b709243c8aa9
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Apr 21 21:03:09 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 21 21:03:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c90c4c56
sys-libs/nss-tls: fix up
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
sys-libs/nss-tls/nss-tls-1.1-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sys-libs/nss-tls/nss-tls-1.1-r1.ebuild b/sys-libs/nss-tls/nss-tls-1.1-r1.ebuild
index 74f3c2550e..e32ca4c1d1 100644
--- a/sys-libs/nss-tls/nss-tls-1.1-r1.ebuild
+++ b/sys-libs/nss-tls/nss-tls-1.1-r1.ebuild
@@ -12,6 +12,7 @@ inherit meson systemd
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="systemd"
RDEPEND="
dev-libs/glib
@@ -26,9 +27,9 @@ src_prepare() {
sed -e "s/@0@\/run\/nss-tls/\/var\/run\/nss-tls/" -i "${S}"/meson.build || die
if use systemd; then
- sed -i -e "s/systemd = /systemd = dependency('systemd')" meson.build || die
+ sed -i -e "s/systemd = .*/systemd = dependency('systemd')/" meson.build || die
else
- sed -i -e "s/systemd = /systemd = disabler()" meson.build || die
+ sed -i -e "s/systemd = .*/systemd = disabler()/" meson.build || die
fi
}
next reply other threads:[~2024-04-21 21:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-21 21:03 Julien Roy [this message]
2024-04-21 21:03 ` [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/nss-tls/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-04-21 21:08 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-21 20:52 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-21 21:03 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2021-12-15 11:20 Andrew Ammerlaan
2021-09-20 9:41 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-09-20 9:41 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-18 16:03 Andrew Ammerlaan
2020-11-18 16:03 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-18 16:03 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-15 18:15 Andrew Ammerlaan
2020-08-14 15:37 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-14 15:37 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-14 15:35 Andrew Ammerlaan
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=1713733389.c90c4c565c1db9e495521bd19d35b709243c8aa9.julien@gentoo \
--to=julien@jroy.ca \
--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