diff options
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libnl/Manifest b/dev-libs/libnl/Manifest index dc88909bdb7f..528f6bdf6bca 100644 --- a/dev-libs/libnl/Manifest +++ b/dev-libs/libnl/Manifest @@ -1,4 +1,4 @@ DIST libnl-3.7.0.tar.gz 1000913 BLAKE2B 22c418ea520416d79ee4552ab6bc5ba99239b29e074c840d31b0ec4171a0403ea9d2c1afcbf1b3428564dd371cadd99bc062ae7540e7496f970c4fb98f967e84 SHA512 80fbbc079299c90afd2a5eda62e4d4f98bf4ef23958c3ce5101f4ed4d81d783af733213bb3bab15f218555d8460bc2394898f909f4ac024fc27281faec86a041 -EBUILD libnl-3.7.0.ebuild 2639 BLAKE2B b108f16662b6dc204070a7dbd0a9fb9ff88621f33a19cb8483d5cb77718c4ec0401b8459a8217a41f88f9913a8f3b58bb9830818e98838f21fb21147cf879cb7 SHA512 49e83b2bad781cc48ab9372885b333f93f6854e63aa000c9db8e4278753fc788c59a7b3401bccf07b7edf8f053a58cbb067e4cfbf83656a00576c391808c1098 -EBUILD libnl-9999.ebuild 2607 BLAKE2B f4d5f69c8af1a98fea70bb64e5e425471beef0c656bf24d81610c85273884eeb7eabed8b4c223947d3c7fb7576085003d7585e208dc9b61af5653ffc454f29ba SHA512 dd742d30232c0c2937d971ad6bbcb02ae2a27c93bc48067dfa9b2aa2ad6ff13ec48d0a26c36c31f946615d1d1b0eebccf9130d25603b92947944d5b3a0354569 +EBUILD libnl-3.7.0.ebuild 2639 BLAKE2B 023aa242a1b7b7cded1d1388410dc8667f5d1df03987dcd2eb1a9b25b1f7c1cb9e240d5c36e250eb86175b24d3e3930efdf944712cde06516fb24d510da74148 SHA512 d19ebfe2afc56ae9bca62e493e3b0e7225a53010e22d9ec82d4a86a3762f549e6106b475289e25593e7079db47b377009e4fb26ba98a5a1dddf342b943bd7af5 +EBUILD libnl-9999.ebuild 2607 BLAKE2B 73ff2b8f0ededac32ef5152581ba160c75af289ef0e2909cb9332dc9e02d9a99864e09bca4c7c617874031d58a752af2d50474257dff58f3fdacc46976a2130f SHA512 ed45599077b0ebdd05ba5a68fc7869384fe2215478beb1a3c2a1e1e3209546d3f009230903eed5ecfe3991456f8c2eeaf33a4f3ed6f4ecb2e8f18910d39b9dee MISC metadata.xml 525 BLAKE2B 62918f4b184a0636f9dbe24a31978ceccf354610b2b8d6db040440f5b519f5a7d710861b94671fd1c684da40e2a9df8563093509e7de9318c891e7c93567b7bf SHA512 076a06cff6803de3775cb295688cbe61831e79e3fa2d7a7e53b376a2c0a5137b349db153692b4cfa22ce6121d9e0579253dee06056076e9aec6f09aaf7a41387 diff --git a/dev-libs/libnl/libnl-3.7.0.ebuild b/dev-libs/libnl/libnl-3.7.0.ebuild index 48d966048c3f..335a8c42100a 100644 --- a/dev-libs/libnl/libnl-3.7.0.ebuild +++ b/dev-libs/libnl/libnl-3.7.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit autotools distutils-r1 multilib-minimal LIBNL_P=${P/_/-} diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild index 9d6312ae6dd0..001f603d5b81 100644 --- a/dev-libs/libnl/libnl-9999.ebuild +++ b/dev-libs/libnl/libnl-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit autotools distutils-r1 multilib-minimal LIBNL_P=${P/_/-} |