From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/epiar/
Date: Mon, 26 Sep 2022 15:43:48 +0000 (UTC) [thread overview]
Message-ID: <1664207015.9b1436c7434d763f06dda60229747997664fb5c5.soap@gentoo> (raw)
commit: 9b1436c7434d763f06dda60229747997664fb5c5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 15:43:35 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 15:43:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1436c7
games-arcade/epiar: request deprecated lua-5.1 API
Closes: https://bugs.gentoo.org/872803
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-arcade/epiar/epiar-0.5.1-r1.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/games-arcade/epiar/epiar-0.5.1-r1.ebuild b/games-arcade/epiar/epiar-0.5.1-r1.ebuild
index ba4c0b862a2c..994a9dc22a21 100644
--- a/games-arcade/epiar/epiar-0.5.1-r1.ebuild
+++ b/games-arcade/epiar/epiar-0.5.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LUA_COMPAT=( lua5-1 )
-inherit autotools lua-single
+inherit autotools flag-o-matic lua-single
DESCRIPTION="Space adventure/combat game"
HOMEPAGE="https://epiar.net/"
@@ -41,6 +41,14 @@ src_prepare() {
eautoreconf
}
+src_configure() {
+ # -DLUA_COMPAT_OPENLIB=1 is required to enable the
+ # deprecated (in 5.1) luaL_openlib API (#872803)
+ append-cppflags -DLUA_COMPAT_OPENLIB=1
+
+ default
+}
+
src_install() {
default
next reply other threads:[~2022-09-26 15:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 15:43 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-29 21:57 [gentoo-commits] repo/gentoo:master commit in: games-arcade/epiar/ Sam James
2022-10-29 13:30 David Seifert
2021-06-23 3:31 Ionen Wolkens
2021-04-07 8:11 Sam James
2021-04-07 1:58 Sam James
2021-04-07 1:58 Sam James
2019-03-17 21:58 James Le Cuirot
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=1664207015.9b1436c7434d763f06dda60229747997664fb5c5.soap@gentoo \
--to=soap@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