public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/jumpnbump/
Date: Fri,  5 Mar 2021 23:56:21 +0000 (UTC)	[thread overview]
Message-ID: <1614988500.845877776a48aee97f7ae414c262630e331efb52.sam@gentoo> (raw)

commit:     845877776a48aee97f7ae414c262630e331efb52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  5 23:55:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 23:55:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84587777

games-arcade/jumpnbump: misc fixups

* + Python 3.9
* - Python 3.6
* GCC 10 workaround

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/jumpnbump/jumpnbump-1.61.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/games-arcade/jumpnbump/jumpnbump-1.61.ebuild b/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
index 4681c057d6c..d7aafa39634 100644
--- a/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
+++ b/games-arcade/jumpnbump/jumpnbump-1.61.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit python-single-r1
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit python-single-r1 flag-o-matic toolchain-funcs
 
 DESCRIPTION="A funny multiplayer game about cute little fluffy bunnies"
 HOMEPAGE="https://libregames.gitlab.io/jumpnbump"
@@ -21,7 +22,8 @@ DEPEND="
 	media-libs/libsdl2
 	media-libs/sdl2-net
 "
-RDEPEND="${DEPEND}
+RDEPEND="
+	${DEPEND}
 	gtk? (
 		${PYTHON_DEPS}
 		$(python_gen_cond_dep '
@@ -33,6 +35,10 @@ RDEPEND="${DEPEND}
 "
 
 src_compile() {
+	tc-export AR CC RANLIB
+
+	append-flags -fcommon
+
 	emake PREFIX="${EPREFIX}/usr"
 	use gtk && emake PREFIX="${EPREFIX}/usr" jnbmenu
 }


             reply	other threads:[~2021-03-05 23:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-05 23:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-05 23:44 [gentoo-commits] repo/gentoo:master commit in: games-arcade/jumpnbump/ Ionen Wolkens
2023-02-16  7:39 Ionen Wolkens
2023-02-16  7:39 Ionen Wolkens
2021-12-02  5:13 Ionen Wolkens
2021-12-02  5:13 Ionen Wolkens
2021-11-18 19:11 Ionen Wolkens
2021-04-06 18:18 Sam James
2021-03-05 23:56 Sam James
2018-04-17 21:01 Pacho Ramos
2018-04-17 21:01 Pacho Ramos

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=1614988500.845877776a48aee97f7ae414c262630e331efb52.sam@gentoo \
    --to=sam@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