diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
commit | 677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch) | |
tree | 6c418a1546fff5becab5d8b9ed6803323e7f316e /dev-ml/ocaml-base64 | |
parent | fbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff) |
gentoo resync : 10.09.2021
Diffstat (limited to 'dev-ml/ocaml-base64')
-rw-r--r-- | dev-ml/ocaml-base64/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-base64/Manifest b/dev-ml/ocaml-base64/Manifest index c4616e098f16..84ea2dcab871 100644 --- a/dev-ml/ocaml-base64/Manifest +++ b/dev-ml/ocaml-base64/Manifest @@ -1,3 +1,3 @@ DIST ocaml-base64-3.5.0.tar.gz 18888 BLAKE2B e35d6331f163a066169455ea3dac304cedd7ca47fac0a2cbda26b8bd9620b4e49e144d5a06a8a2c6085501e531b2be98f6b24002880d83d6d57025ee055e0887 SHA512 a3886701943a9b165a74e45f66c3d8279b381927774217f5e042494811bc17a08f8933292335d4b76f01c6b1d3c496b4cfca650faa5848ddbf6150ac87386038 -EBUILD ocaml-base64-3.5.0.ebuild 535 BLAKE2B 455824550a14c16d05c2ff7ec6852c7a7cd0797e164d36bb6d3db572bc98f3502e8d508983a2bf8cf69da55a9e4cd658531669b636d4ce0bb64595a57f1805c1 SHA512 b78b578aa77c0c32d00a2dfb9cb0e43c39b4698cf086d67929c418287b764c2554459e6eb9e355b05409fef6ad5fd37a4f9e790a12b39883cc1b23c89291c602 +EBUILD ocaml-base64-3.5.0.ebuild 533 BLAKE2B 9aec009b43cd3b31c210ca7f2153ea5a8d95f72f076b310abe8e380039eebbc6540871d6a65eb74a7ac64e37f2b7f258e996dfa765f47b9dc2ef2ca7df20efa3 SHA512 bd5452692ce8b42141a5c1ae0abdb2465a14688f04f0e59def0a5420121c8bca0b24e0f060874bdacd12112c55733e9ab111fa0db95fce89da7052b28559b63d MISC metadata.xml 326 BLAKE2B b26246590f4cc880258da4367610ad493143ced19327d2570aab28447360bd91642e8ce23f04b644bcd3b7afec1a7a8260ca292d3b0eebebebae8a1c7553912c SHA512 25afaf0735759f383e2157310cf1d4dc841b53f92e1d18c98a26d817880cc9603e4665aeb9ef01c316b8bc2942c4557db115f9b97b6bd8029faf9320b2b74e4c diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild index 423c07131828..e8bc15af29c4 100644 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |