Сравнение libprotoident-2.0.14_p1 с libprotoident-9999

/usr/portage/net-libs/libprotoident/libprotoident-9999.ebuild 2025-07-29 16:22:17.264467462 +0300
1 1
# Copyright 1999-2025 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 autotools
6
inherit autotools git-r3
7 7

  
8 8
DESCRIPTION="A library that performs application layer protocol identification for flows"
9 9
HOMEPAGE="https://github.com/LibtraceTeam/libprotoident"
10
SRC_URI="https://github.com/wanduow/${PN}/archive/${PV/_p/-}.tar.gz"
11
S=${WORKDIR}/${P/_p/-}
10
EGIT_REPO_URI="https://github.com/LibtraceTeam/libprotoident.git"
11
EGIT_BRANCH="develop"
12 12

  
13 13
LICENSE="LGPL-3+"
14 14
SLOT="0/2"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="static-libs tools"
15
KEYWORDS=""
16
IUSE="static-libs +tools"
17 17

  
18 18
DEPEND="
19 19
	>=net-libs/libtrace-4.0.1
......
26 26
src_prepare() {
27 27
	default
28 28

  
29
	sed -i \
30
		-e '/-Werror/d' \
31
		lib/Makefile.am || die
29
	sed -i -e '/-Werror/d' lib/Makefile.am || die
32 30

  
33 31
	eautoreconf
34 32
}
Спасибо!