From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/
Date: Sat, 5 Aug 2023 22:41:36 +0000 (UTC) [thread overview]
Message-ID: <1691275198.19e190e767f23429214593c56b50fb06cae4b9d8.conikost@gentoo> (raw)
commit: 19e190e767f23429214593c56b50fb06cae4b9d8
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 22:20:29 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 22:39:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e190e7
dev-lua/luaossl: fix QA ExcessiveLineLength
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/luaossl/luaossl-20220711.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-lua/luaossl/luaossl-20220711.ebuild b/dev-lua/luaossl/luaossl-20220711.ebuild
index 0cbaf9a0b4ed..125f5e9215b0 100644
--- a/dev-lua/luaossl/luaossl-20220711.ebuild
+++ b/dev-lua/luaossl/luaossl-20220711.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -35,7 +35,13 @@ src_prepare() {
# Remove Lua autodetection
# Respect users CFLAGS
- sed -e '/LUAPATH :=/d' -e '/LUAPATH_FN =/d' -e '/HAVE_API_FN =/d' -e '/WITH_API_FN/d' -e 's/-O2//g' -i GNUmakefile || die
+ sed \
+ -e '/LUAPATH :=/d' \
+ -e '/LUAPATH_FN =/d' \
+ -e '/HAVE_API_FN =/d' \
+ -e '/WITH_API_FN/d' \
+ -e 's/-O2//g' \
+ -i GNUmakefile || die
lua_copy_sources
}
next reply other threads:[~2023-08-05 22:41 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-05 22:41 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-30 15:06 [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/ Conrad Kostecki
2025-09-30 15:06 Conrad Kostecki
2022-07-11 23:12 Conrad Kostecki
2022-07-11 23:12 Conrad Kostecki
2022-07-11 23:10 Conrad Kostecki
2022-07-11 23:10 Conrad Kostecki
2021-04-21 20:29 Conrad Kostecki
2021-04-20 21:20 Sergei Trofimovich
2021-04-19 18:32 Sergei Trofimovich
2021-02-21 21:22 Conrad Kostecki
2021-01-27 19:48 Conrad Kostecki
2020-12-04 11:32 Conrad Kostecki
2020-12-02 23:30 Conrad Kostecki
2020-12-02 23:30 Conrad Kostecki
2019-10-22 15:50 William Hubbs
2019-01-03 0:44 Jason A. Donenfeld
2018-10-01 7:24 Georgy Yakovlev
2018-09-28 10:14 Michał Górny
2018-04-08 19:59 Jonas Stein
2016-02-08 9:58 Patrice Clement
2016-02-08 9:19 Patrice Clement
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=1691275198.19e190e767f23429214593c56b50fb06cae4b9d8.conikost@gentoo \
--to=conikost@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