public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/, dev-lang/eisl/files/
Date: Thu, 16 Feb 2023 15:53:59 +0000 (UTC)	[thread overview]
Message-ID: <1676562835.30cc28bd0a5f1835efdf8a00979dbc28e29e637c.xgqt@gentoo> (raw)

commit:     30cc28bd0a5f1835efdf8a00979dbc28e29e637c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 14:31:23 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 15:53:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cc28bd

dev-lang/eisl: fix implicit

Closes: https://bugs.gentoo.org/883345
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/eisl/eisl-2.65.ebuild               |  5 ++++-
 dev-lang/eisl/eisl-2.69.ebuild               |  5 ++++-
 dev-lang/eisl/eisl-2.70.ebuild               |  5 ++++-
 dev-lang/eisl/eisl-2.72.ebuild               |  5 ++++-
 dev-lang/eisl/files/eisl-2.65-implicit.patch | 11 +++++++++++
 5 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/dev-lang/eisl/eisl-2.65.ebuild b/dev-lang/eisl/eisl-2.65.ebuild
index 91c3d9039c48..720552e43dac 100644
--- a/dev-lang/eisl/eisl-2.65.ebuild
+++ b/dev-lang/eisl/eisl-2.65.ebuild
@@ -20,7 +20,10 @@ DOCS=( README{,-ja}.md documents )
 RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.63-Makefile.patch )
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.63-Makefile.patch
+	"${FILESDIR}"/${PN}-2.65-implicit.patch
+)
 
 src_compile() {
 	emake CC="$(tc-getCC)" clean edlis eisl

diff --git a/dev-lang/eisl/eisl-2.69.ebuild b/dev-lang/eisl/eisl-2.69.ebuild
index 737f99d4990a..c79630e56a74 100644
--- a/dev-lang/eisl/eisl-2.69.ebuild
+++ b/dev-lang/eisl/eisl-2.69.ebuild
@@ -20,7 +20,10 @@ DOCS=( README{,-ja}.md documents )
 RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.67-Makefile.patch )
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.67-Makefile.patch
+	"${FILESDIR}"/${PN}-2.65-implicit.patch
+)
 
 src_compile() {
 	emake CC="$(tc-getCC)" clean edlis eisl

diff --git a/dev-lang/eisl/eisl-2.70.ebuild b/dev-lang/eisl/eisl-2.70.ebuild
index 97bd3630d4a3..82b169ce706a 100644
--- a/dev-lang/eisl/eisl-2.70.ebuild
+++ b/dev-lang/eisl/eisl-2.70.ebuild
@@ -20,7 +20,10 @@ DOCS=( README{,-ja}.md documents )
 RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.67-Makefile.patch )
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.67-Makefile.patch
+	"${FILESDIR}"/${PN}-2.65-implicit.patch
+)
 
 src_compile() {
 	emake CC="$(tc-getCC)" clean edlis eisl

diff --git a/dev-lang/eisl/eisl-2.72.ebuild b/dev-lang/eisl/eisl-2.72.ebuild
index 97bd3630d4a3..82b169ce706a 100644
--- a/dev-lang/eisl/eisl-2.72.ebuild
+++ b/dev-lang/eisl/eisl-2.72.ebuild
@@ -20,7 +20,10 @@ DOCS=( README{,-ja}.md documents )
 RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${PN}-2.67-Makefile.patch )
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.67-Makefile.patch
+	"${FILESDIR}"/${PN}-2.65-implicit.patch
+)
 
 src_compile() {
 	emake CC="$(tc-getCC)" clean edlis eisl

diff --git a/dev-lang/eisl/files/eisl-2.65-implicit.patch b/dev-lang/eisl/files/eisl-2.65-implicit.patch
new file mode 100644
index 000000000000..d4bb779e177e
--- /dev/null
+++ b/dev-lang/eisl/files/eisl-2.65-implicit.patch
@@ -0,0 +1,11 @@
+--- a/main.c
++++ b/main.c
+@@ -252,7 +252,7 @@ static inline void maybe_greet(void)
+ 	Fmt_print("Easy-ISLisp Ver%1.2f\n", VERSION);
+ }
+ 
+-static inline disable_repl_flag(void)
++static inline void disable_repl_flag(void)
+ {
+ #ifndef WITHOUT_CURSES
+     repl_flag = false;


             reply	other threads:[~2023-02-16 15:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16 15:53 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28 13:40 [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/, dev-lang/eisl/files/ Maciej Barć
2025-01-12 14:26 Maciej Barć
2022-09-04 18:38 Maciej Barć
2022-08-02 21:19 Maciej Barć

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=1676562835.30cc28bd0a5f1835efdf8a00979dbc28e29e637c.xgqt@gentoo \
    --to=xgqt@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