diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-09 00:08:14 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-09 00:08:14 +0100 |
commit | 4fe228ee9aa3b9b825d54ace549a5517e153e8bd (patch) | |
tree | 90a261e3ea59b80722d70d3c42f3e40d16c9f8dd /dev-ml/async | |
parent | adc09cc4e6ebf7931735c02c0c272b4b885c2b30 (diff) |
gentoo auto-resync : 09:06:2024 - 00:08:13
Diffstat (limited to 'dev-ml/async')
-rw-r--r-- | dev-ml/async/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/async/async-0.16.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/async/Manifest b/dev-ml/async/Manifest index fa59d18370b2..45f99ec1c795 100644 --- a/dev-ml/async/Manifest +++ b/dev-ml/async/Manifest @@ -3,5 +3,5 @@ DIST async-0.15.0.tar.gz 73958 BLAKE2B 696e175c9f67760da7723ec93670a7360ffb59bd1 DIST async-0.16.0.tar.gz 77022 BLAKE2B 0df5cc12772b013f780c1a8b146f65442d11dce61b762fe0aff3f45ef67190ab786e5149fa568156d31410def6bf62f8cfa6d943b40a4720f1d84f03883a5d3b SHA512 4668387de903654e9a73eb8218c9a70d5652d7e8ee255e0dfa6f86c4ba99260e9303499b97ff288c8184ba7e77c47964bfce2ce27bbbab4e4d59d2c9f6863505 EBUILD async-0.14.0.ebuild 637 BLAKE2B 5b28fcc9099e9da787e8c6c739aa0c422842f28c83222853948453f4baf661a99b38cd0e994c852d260a546572cfbd6431721b363f46e97e2f74a31d86b762ef SHA512 eb985440aa530ce493edd474486713e331017ab88642fe05795b917f7acbdb843534472e2a5488c793b922cbc858b45edfcdfe0d111b8fbe29fb4ba3df13cac9 EBUILD async-0.15.0.ebuild 615 BLAKE2B 5320ef65fbac0635f751a3bc8680af44306cc951601eca0e683a2642bc00b0db9bd56199c04d24a58354b9b969fcda568e032791acc89850716b39c36e0cb6f9 SHA512 e4925ee78f011a347aecd0cb486686725a39f039c54bcc4e29f559dfdefd4b6749dafc47b58cf442d39f992ed42dc80ce6676629bc583197fcfe83d7d8648eb8 -EBUILD async-0.16.0.ebuild 822 BLAKE2B d0cedc5d418c1b34acdc42b86e1c1ab1961d699b6200031834d0528be1f1e8cd063ca61d90ce740ffcc28ae98fe52e36eb00acf1f8ebe12621a627295536c515 SHA512 1edc3945a9d96244af2f88b1a49e4adc210b15883a41dabe4b1c0a0533c146883c9ecaf5c98120f3c672feee8cf599af80bce7d79f1efe8e047ab5b09714d9ff +EBUILD async-0.16.0.ebuild 818 BLAKE2B 6bfe2716cd2209b154d79f0a1ca1684b27e5ed324c2e1aeaa540d023b989214eb69d939cef111c19b0acc3ba2692ea3d994c7fbeb788b3d16c9e9b92ecd69f7e SHA512 6444d8713b9a8e6292a8eb176bd0c4ac7bdaf1998ed95b09f939f8d107603d90903eb2813be29fdb316f797e6d75ef733547b2af6fc20e66cee78ef158851d88 MISC metadata.xml 314 BLAKE2B 4e488eb542735172e67dfca50aff77434aeb57566c2c14672d48c239971ca3ade8a2823a526cdcfe1a2a6223434cbad6e0e84dda2ed8c43291e508cd37f060e1 SHA512 c7cab663cca3714f9f72c814f8963a1ead84c70c229e417bdf7a1cd81be4098c07c2e9567ba58487f527860e04bff2ed2bbba4f65cb18ba4c08681fba19fed94 diff --git a/dev-ml/async/async-0.16.0.ebuild b/dev-ml/async/async-0.16.0.ebuild index 3bd14cb8c36e..2fbc9b8f7d34 100644 --- a/dev-ml/async/async-0.16.0.ebuild +++ b/dev-ml/async/async-0.16.0.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=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" IUSE="+ocamlopt" # Need qtest_lib, netkit_sockets |