games-action/netrek-brmh: add 2.6.1, drop 2.6.0

Closes: https://bugs.gentoo.org/887641
Closes: https://bugs.gentoo.org/887643
Closes: https://bugs.gentoo.org/945212
Signed-off-by: brian gloyer <brian.gloyer@gmail.com>
This commit is contained in:
brian gloyer 2025-04-01 22:42:39 -07:00
parent b24ff7e9a7
commit e9a616b5d3
No known key found for this signature in database
GPG Key ID: 7EE32BD8A6F0BDE8
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
DIST netrek-brmh-2.6.0.tar.gz 294581 BLAKE2B 62c7f8d5d1e905ee1d7202eee7d2320920ff0389b077b34ab090d8b1f0fb3b3bc9d07b0375b8a367ad2bd3a0a92f596c46bb5e5d53b64d9f1ef955710a7b295d SHA512 c8651b8857e685a9a6da5f783ab80019517ab9c5af09a1eada4be8f7e9694cad32a39bbeaf271e07f08cd7266819ed7ea155af3f7cfc0781c70c4814aebb2e0c
DIST netrek-brmh-2.6.1.tar.gz 294789 BLAKE2B 64b9cc2a116a1b5b56d3e51073ae6825411944514b7f994544a24740bb5a54ec4bb6009df7dd5c6636dabd0bcab4c43f29829f6896e59049c61ce2c3adab4e75 SHA512 454e7f6d9605845b3e45882c65463bd30f0e7d74a32cb0ee331852e039652d0e98edee10eaff2f365d88f61172672b891db37475cf076883f7b92313ab463f41

View File

@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
EAPI=8
inherit toolchain-funcs flag-o-matic
DESCRIPTION="brmh client for netrek"
HOMEPAGE="https://netrek.org"
@ -36,6 +36,7 @@ src_configure() {
}
src_compile() {
append-cflags -Wno-error=incompatible-pointer-types
emake \
CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \