Diff odhcploc-20111021-r1 with a odhcploc-20111021-r2

/usr/portage/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild 2023-10-09 14:52:33.332368447 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5

  
5 6
inherit toolchain-funcs
6 7

  
7 8
DESCRIPTION="Open DHCP Locator"
......
13 14
KEYWORDS="~amd64"
14 15

  
15 16
src_configure() {
17
	# Don't clobber toolchain defaults
18
	sed -i -e 's:-Wp,-D_FORTIFY_SOURCE=2::' Makefile || die
19

  
16 20
	tc-export CC
17 21
}
18 22

  
Thank you!