summaryrefslogtreecommitdiff
path: root/net-misc
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 18:10:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:05 +0100
commitf3d25a88164d1e26e55ae9c0cd3a11197adc2189 (patch)
tree4cd6b4f12702351f31ed8826a129b1c721fb2778 /net-misc
parentnet-misc/smcroute: move to EAPI 7 (diff)
downloadportage-f3d25a88164d1e26e55ae9c0cd3a11197adc2189.tar.xz
net-misc/stund: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/stund/stund-0.97-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/stund/stund-0.97-r1.ebuild b/net-misc/stund/stund-0.97-r1.ebuild
index a0cae30b..0bd77f60 100644
--- a/net-misc/stund/stund-0.97-r1.ebuild
+++ b/net-misc/stund/stund-0.97-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit eutils
DESCRIPTION="STUN server"
@@ -13,13 +13,15 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+PATCHES=(
+ "${FILESDIR}/${P}-BJA-amd64.diff"
+)
+
S="${WORKDIR}/${PN}"
src_prepare() {
default
- eapply "${FILESDIR}/${P}-BJA-amd64.diff"
-
sed -i \
-e "/^CXXFLAGS/ s:-g -O ::" \
-e "/^LDFLAGS+/ s:-g -O ::" \