From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/readline/
Date: Sat, 5 Aug 2023 22:41:36 +0000 (UTC) [thread overview]
Message-ID: <1691275199.6bf63b0697d5e46300ffdb3a883b4e2917713c0d.conikost@gentoo> (raw)
commit: 6bf63b0697d5e46300ffdb3a883b4e2917713c0d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 22:26:30 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 22:39:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf63b06
dev-lua/readline: fix QA ExcessiveLineLength
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/readline/readline-3.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lua/readline/readline-3.3.ebuild b/dev-lua/readline/readline-3.3.ebuild
index 5fa657bd7cfd..5c1ce424ed88 100644
--- a/dev-lua/readline/readline-3.3.ebuild
+++ b/dev-lua/readline/readline-3.3.ebuild
@@ -66,7 +66,8 @@ src_compile() {
lua_src_test() {
pushd "${BUILD_DIR}" || die
- LUA_CPATH="./?.so;${ESYSROOT}/usr/$(get_libdir)/lua/$(ver_cut 1-2 $(lua_get_version))/?.so" ${ELUA} test/test_rl.lua || die
+ LUA_CPATH="./?.so;${ESYSROOT}/usr/$(get_libdir)/lua/$(ver_cut 1-2 $(lua_get_version))/?.so" \
+ ${ELUA} test/test_rl.lua || die
popd || die
}
next reply other threads:[~2023-08-05 22:41 UTC|newest]
Thread overview: 17+ 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 --
2023-05-18 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-lua/readline/ Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-05-18 17:37 Conrad Kostecki
2023-04-10 18:38 Conrad Kostecki
2022-11-01 1:04 Conrad Kostecki
2022-11-01 1:04 Conrad Kostecki
2022-11-01 1:04 Conrad Kostecki
2022-10-01 23:33 Conrad Kostecki
2022-05-21 22:49 Conrad Kostecki
2022-05-21 22:49 Conrad Kostecki
2022-05-21 22:49 Conrad Kostecki
2022-04-21 21:26 Conrad Kostecki
2022-04-17 15:07 Conrad Kostecki
2022-04-17 15:07 Conrad Kostecki
2022-03-20 1:47 Conrad Kostecki
2022-03-19 15:21 Conrad Kostecki
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=1691275199.6bf63b0697d5e46300ffdb3a883b4e2917713c0d.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