diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-10-05 13:33:32 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-10-05 13:34:12 +0200 |
commit | c2986843ad4dfb5d7672f5ff890ffcfc9a639c1f (patch) | |
tree | 170e4c9ab1b4c241a7094d378d5a36069f3fd6bc /sci-libs | |
parent | sys-fs/exfatprogs: Stabilize 1.2.5 ppc64, #940895 (diff) | |
download | gentoo-c2986843ad4dfb5d7672f5ff890ffcfc9a639c1f.tar.gz gentoo-c2986843ad4dfb5d7672f5ff890ffcfc9a639c1f.tar.bz2 gentoo-c2986843ad4dfb5d7672f5ff890ffcfc9a639c1f.zip |
sci-libs/tokenizers: upstream removed cli binary
Closes: https://bugs.gentoo.org/940780
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/tokenizers/tokenizers-0.19.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/tokenizers/tokenizers-0.19.1.ebuild b/sci-libs/tokenizers/tokenizers-0.19.1.ebuild index 655d3bbbac69..e7fcefd5a705 100644 --- a/sci-libs/tokenizers/tokenizers-0.19.1.ebuild +++ b/sci-libs/tokenizers/tokenizers-0.19.1.ebuild @@ -326,7 +326,6 @@ src_test() { src_install() { cd tokenizers - cargo_src_install cd ../bindings/python distutils-r1_src_install } |