diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-17 03:03:09 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-17 03:03:09 +0000 |
commit | 3455c0a5153ae27d7c6c16ecd35fa3dec33f3dda (patch) | |
tree | b29c1fa32b8be70c36e7f8bf53ab5fca875037f9 /dev-ml/ocaml-inifiles | |
parent | b0735771a80a647a2ea5a03a87d5873d175bd744 (diff) |
gentoo auto-resync : 17:11:2024 - 03:03:09
Diffstat (limited to 'dev-ml/ocaml-inifiles')
-rw-r--r-- | dev-ml/ocaml-inifiles/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/dev-ml/ocaml-inifiles/Manifest b/dev-ml/ocaml-inifiles/Manifest index 039ff2d1e103..b3ab0d265c2d 100644 --- a/dev-ml/ocaml-inifiles/Manifest +++ b/dev-ml/ocaml-inifiles/Manifest @@ -1,4 +1,4 @@ -AUX ocaml-inifiles-1.2-inifiles.ml.patch 210 BLAKE2B add08bffd9afb4a4d6046b24ca18115c4ed295069088018cb77aebb20597973852459697def9d7e8261933471486fc2c89f26ea39f9e6d47083ed5dd12b25556 SHA512 c9e5b2226ee497fe2e9633532f9d7df05da52c73bddf3351913f0f037422170068296e5a6b6e40fced3c03eef3702affe9386d928c955ed268c570d16610a91c +AUX ocaml-inifiles-1.2-inifiles.ml.patch 462 BLAKE2B b960b382f4d3851d2f3f1866fbce7fc7aea39b1b56cfa12565e15ae941ca0b88d711bc21c0c2b01acf7fe35a9eee6b9abbf6d1e7e8bb1bc9de4d0d306d411f56 SHA512 552b0f944c0a1ded7b9dba291d4691279af783a13925c6ce62c5a51bc552cdb4e2ae7e37ec081e171adcf3f6d8bcc9b66e584a7f2b94d4afcc728e1ada48370a AUX ocaml-inifiles-1.2-shuffle.patch 217 BLAKE2B b27be88669a56a6a611e74d7c2ecddb3b007dadf11665e655f78248898ebcb3f24345b0c098071e404c2e72703479ae308855118d7b1235831f7e44e23494256 SHA512 3be5d6f428cdcc6034c9e6b990a4bcd2a15a0037550b35cbe8c13072ecbd45b47376dd32561bcbef6b85f23c4f9e7136cd5792a4e782b2695538351ffd8b1ddf DIST ocaml-inifiles_1.2.orig.tar.gz 11642 BLAKE2B 9970a5df9290c0532ad54eb8df6737f2e22385d5de6defd9681f115e2c0c62217e56dbf3bde91424e3a75f56d6e00daa698e2029ae457cb55a3495a8b2144490 SHA512 d57016e338caade7ceff416b698ad320da7e5ef376430d5bca9115ca0abc219a8072c9fddc8c8388c0b7ed404801e5158827d86577be49658611bd830e8814ef EBUILD ocaml-inifiles-1.2.ebuild 679 BLAKE2B 730109783ef2b913195a776625024ac697293c2cd0ee0e83de6980f64ff9cd5359836871a96cc39bf80d0024a941fb5d3b1107a1476f8433430db3ad3ff4459b SHA512 4494ed1fc22a0366b4ac527dcb464de1bd46519bc26d60e72438ee989939f9289352ad5b8ffdc59fb8658933e44ec82306a8f49bc485bdc3fb266b31f7ec58c7 diff --git a/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch b/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch index 17c060c8a208..66c463a579b5 100644 --- a/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch +++ b/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch @@ -1,5 +1,14 @@ --- a/inifiles.ml +++ b/inifiles.ml +@@ -50,7 +50,7 @@ + struct + type t = string + let compare (x:t) (y:t) = +- String.compare (String.lowercase x) (String.lowercase y) ++ String.compare (String.lowercase_ascii x) (String.lowercase_ascii y) + end + + module Strset = Set.Make(Ordstr) @@ -257,7 +257,7 @@ func initial |