diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-23 03:02:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-23 03:02:57 +0000 |
commit | 71dd9d29cdaf7cc0ecdb9ea37d128726a941c630 (patch) | |
tree | 4eccd905f575579fe47abb8a83bbdb44ceb8c929 /dev-ml/opam-0install-cudf | |
parent | c7a7ec40cf928d8fc6a8241aa208272c008c7b4d (diff) |
gentoo auto-resync : 23:11:2024 - 03:02:56
Diffstat (limited to 'dev-ml/opam-0install-cudf')
-rw-r--r-- | dev-ml/opam-0install-cudf/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild (renamed from dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild) | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-ml/opam-0install-cudf/Manifest b/dev-ml/opam-0install-cudf/Manifest index 9a590d984307..fb07b16e8ceb 100644 --- a/dev-ml/opam-0install-cudf/Manifest +++ b/dev-ml/opam-0install-cudf/Manifest @@ -1,3 +1,3 @@ DIST opam-0install-cudf-0.5.0.tar.gz 9327 BLAKE2B 705e0bcdd8311e5c330f37e5b05ccb02fa73e42603d0c574480c54101fb746a5d5b61176811dff9eaf09bac370f064dfb8a9ada8f4912586a79e7fccefd122ad SHA512 83c0372168d612ef80548ab7fb021a92cdc39e13a77d87c5af5fd21eb515389b624d09c24d500e9ac33b3fc10d17c9869f160f8771f9c8f545b0453b9a0fd4df -EBUILD opam-0install-cudf-0.5.0.ebuild 423 BLAKE2B af71c5b62af5a3bd79d4a38c5f818fae730b53d2acb95bed90bfe0e3b6dbed44787f2e3aaa02723aa847d7b2026ba0fb8199c532c6ab1d665ead7c4fdefaee1a SHA512 bd59535f652dd111cf9e382c3542141a9f6f815b8a4b75d21f9e967464d808f15c08683917c6fe136dddffe843ce97384b6f07adb91bbef9a7cd8aea08bc8cb3 +EBUILD opam-0install-cudf-0.5.0-r2.ebuild 588 BLAKE2B 521db737866d74f436455f1ff5ce314d191bed516d267a27d54c319e77654201129548ce195448d61245a3f0fa27a2d6a29924740e07978a9fdcc2093485b16f SHA512 402b6b961113586ad43335582f01a69a3275eb4dea10f7348f27455bf03c73317036d818375e98f10a5be253779345fe39f3c518f9c7533a5bdcc8fe09a0f08d MISC metadata.xml 953 BLAKE2B 2ca4d579e427e6e776cc59d700f918731565074bacabc6ab7dd11d81f7b40303b12aa58598f0ee2db84d87c4afeefb9da798d94a900463c1e19e898e441a3246 SHA512 b1d7791c6c88ee0f630bd544060c59fb8f5778b0bd9cd65fe0fe1bc48fc41e4cfa51c7a7cfc728ab6c7abcef274eb83a421214f617bf2f406abe74d20f4c9ba1 diff --git a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild index 9db05d077373..6b7398671247 100644 --- a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild +++ b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild @@ -13,7 +13,15 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" -IUSE="+ocamlopt" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-ml/0install:=[ocamlopt?] + dev-ml/cudf:=[ocamlopt?] + dev-ml/extlib:=[ocamlopt?] +" +BDEPEND="test? ( dev-ml/alcotest )" src_configure() { : |