diff options
author | 2024-01-03 11:51:11 +0000 | |
---|---|---|
committer | 2024-01-03 11:51:11 +0000 | |
commit | 35401e6af8bd4df266509bfca2de576676f8a91d (patch) | |
tree | 3b5e68bacf0033181f8abc65ba2d315c94ae6780 /net-libs/enet | |
parent | games-strategy/seven-kingdoms: Stabilize 2.15.5 ppc64, #921267 (diff) | |
download | gentoo-35401e6af8bd4df266509bfca2de576676f8a91d.tar.gz gentoo-35401e6af8bd4df266509bfca2de576676f8a91d.tar.bz2 gentoo-35401e6af8bd4df266509bfca2de576676f8a91d.zip |
net-libs/enet: Stabilize 1.3.17 ppc64, #921267
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/enet')
-rw-r--r-- | net-libs/enet/enet-1.3.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/enet/enet-1.3.17.ebuild b/net-libs/enet/enet-1.3.17.ebuild index faf449a8efec..73fe10687078 100644 --- a/net-libs/enet/enet-1.3.17.ebuild +++ b/net-libs/enet/enet-1.3.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://enet.bespin.org/download/${P}.tar.gz" LICENSE="MIT" SLOT="1.3/7" -KEYWORDS="amd64 ~arm64 ~loong ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86" IUSE="static-libs" RDEPEND="!${CATEGORY}/${PN}:0" |