diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-06-08 10:30:24 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-08 10:31:41 +0100 |
commit | 5ab28d11064c3cdaf83dcae4ca6068577ae62639 (patch) | |
tree | 27b71d97e12b00695024855a0e5c095ed93376c8 /sci-calculators | |
parent | net-vpn/vpncloud: EAPI 8 (diff) | |
download | gentoo-5ab28d11064c3cdaf83dcae4ca6068577ae62639.tar.gz gentoo-5ab28d11064c3cdaf83dcae4ca6068577ae62639.tar.bz2 gentoo-5ab28d11064c3cdaf83dcae4ca6068577ae62639.zip |
sci-calculators/xsv: Convert crate list to @ syntax to silence warning
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/xsv/xsv-0.13.0-r1.ebuild | 93 |
1 files changed, 46 insertions, 47 deletions
diff --git a/sci-calculators/xsv/xsv-0.13.0-r1.ebuild b/sci-calculators/xsv/xsv-0.13.0-r1.ebuild index f13e2444516d..d5d9399c3aa6 100644 --- a/sci-calculators/xsv/xsv-0.13.0-r1.ebuild +++ b/sci-calculators/xsv/xsv-0.13.0-r1.ebuild @@ -4,52 +4,52 @@ EAPI=8 CRATES=" -aho-corasick-0.7.18 -autocfg-1.0.1 -bstr-0.2.16 -byteorder-1.4.3 -cfg-if-0.1.10 -cfg-if-1.0.0 -chan-0.1.23 -csv-1.1.6 -csv-core-0.1.10 -csv-index-0.1.6 -docopt-1.1.1 -filetime-0.1.15 -fuchsia-cprng-0.1.1 -hermit-abi-0.1.18 -itoa-0.4.7 -lazy_static-1.4.0 -libc-0.2.97 -log-0.4.14 -memchr-2.4.0 -num-traits-0.2.14 -num_cpus-1.13.0 -proc-macro2-1.0.27 -quickcheck-0.6.2 -quote-1.0.9 -rand-0.3.23 -rand-0.4.6 -rand_core-0.3.1 -rand_core-0.4.2 -rdrand-0.4.0 -redox_syscall-0.1.57 -regex-1.5.4 -regex-automata-0.1.10 -regex-syntax-0.6.25 -ryu-1.0.5 -serde-1.0.126 -serde_derive-1.0.126 -streaming-stats-0.2.3 -strsim-0.10.0 -syn-1.0.73 -tabwriter-1.2.1 -threadpool-1.8.1 -unicode-width-0.1.8 -unicode-xid-0.2.2 -winapi-0.3.9 -winapi-i686-pc-windows-gnu-0.4.0 -winapi-x86_64-pc-windows-gnu-0.4.0 + aho-corasick@0.7.18 + autocfg@1.0.1 + bstr@0.2.16 + byteorder@1.4.3 + cfg-if@0.1.10 + cfg-if@1.0.0 + chan@0.1.23 + csv@1.1.6 + csv-core@0.1.10 + csv-index@0.1.6 + docopt@1.1.1 + filetime@0.1.15 + fuchsia-cprng@0.1.1 + hermit-abi@0.1.18 + itoa@0.4.7 + lazy_static@1.4.0 + libc@0.2.97 + log@0.4.14 + memchr@2.4.0 + num-traits@0.2.14 + num_cpus@1.13.0 + proc-macro2@1.0.27 + quickcheck@0.6.2 + quote@1.0.9 + rand@0.3.23 + rand@0.4.6 + rand_core@0.3.1 + rand_core@0.4.2 + rdrand@0.4.0 + redox_syscall@0.1.57 + regex@1.5.4 + regex-automata@0.1.10 + regex-syntax@0.6.25 + ryu@1.0.5 + serde@1.0.126 + serde_derive@1.0.126 + streaming-stats@0.2.3 + strsim@0.10.0 + syn@1.0.73 + tabwriter@1.2.1 + threadpool@1.8.1 + unicode-width@0.1.8 + unicode-xid@0.2.2 + winapi@0.3.9 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-x86_64-pc-windows-gnu@0.4.0 " inherit cargo @@ -61,7 +61,6 @@ SRC_URI="${CARGO_CRATE_URIS} LICENSE="|| ( MIT Unlicense ) Apache-2.0 Boost-1.0 MIT Unlicense" SLOT="0" KEYWORDS="amd64" -IUSE="" BDEPEND="${RUST_DEPEND}" |