mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-13 18:31:08 +02:00
pbounce: bump eapi
This commit is contained in:
parent
f730fb4660
commit
3a2eccd1b2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv $
|
||||
|
||||
EAPI=5
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Multiplexes multiple TCP connections into internal network via reverse connection"
|
||||
HOMEPAGE="http://www.o0o.nu/projects/bouncers"
|
||||
|
|
@ -15,6 +14,7 @@ KEYWORDS="amd64 arm x86"
|
|||
src_prepare() {
|
||||
#QA: LDFLAGS fix
|
||||
sed -i "s|^LDFLAGS=|#LDFLAGS=|g" Makefile
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue