pbounce: bump eapi

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-03-20 14:01:19 -04:00
parent f730fb4660
commit 3a2eccd1b2
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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() {