Diff enet-1.3.17 with a enet-1.3.18

/usr/portage/net-libs/enet/enet-1.3.18.ebuild 2025-02-03 17:39:35.882677820 +0300
1 1
# Copyright 1999-2024 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 6
inherit libtool
7 7

  
......
10 10
SRC_URI="http://enet.bespin.org/download/${P}.tar.gz"
11 11

  
12 12
LICENSE="MIT"
13
SLOT="1.3/7"
13
SLOT="1.3/8"
14 14
KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86"
15 15
IUSE="static-libs"
16 16

  
Thank you!