commit: 7dcae15523f5706a17bddd826aae5816485570c4 Author: Vladislav Mikhailikov <vmikhailikov <AT> gmail <DOT> com> AuthorDate: Thu Jun 5 20:52:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 5 21:03:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcae155
net-libs/libprotoident: update EAPI 7 -> 8 Signed-off-by: Vladislav Mikhailikov <vmikhailikov <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42441 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libprotoident/libprotoident-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild index 89b8578c07c5..673e89498661 100644 --- a/net-libs/libprotoident/libprotoident-9999.ebuild +++ b/net-libs/libprotoident/libprotoident-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools git-r3 DESCRIPTION="A library that performs application layer protocol identification for flows" -HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php" -EGIT_REPO_URI="https://github.com/wanduow/libprotoident" +HOMEPAGE="https://github.com/LibtraceTeam/libprotoident" +EGIT_REPO_URI="https://github.com/LibtraceTeam/libprotoident.git" EGIT_BRANCH="develop" LICENSE="LGPL-3+"
