From f3d25a88164d1e26e55ae9c0cd3a11197adc2189 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 18:10:09 +0100 Subject: net-misc/stund: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- net-misc/stund/stund-0.97-r1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'net-misc') 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 ::" \ -- cgit v1.2.3