diff options
author | 2023-08-14 15:03:40 -0400 | |
---|---|---|
committer | 2023-08-14 15:03:40 -0400 | |
commit | baf0ab85d80a3daefa97f2173f4b821fec7382e2 (patch) | |
tree | 69f3e8e34a78dde8d0bc2d3af38d0bc1301c85cd /app-text | |
parent | app-misc/twertlefetch: fix broken ebuild (diff) | |
download | guru-baf0ab85d80a3daefa97f2173f4b821fec7382e2.tar.gz guru-baf0ab85d80a3daefa97f2173f4b821fec7382e2.tar.bz2 guru-baf0ab85d80a3daefa97f2173f4b821fec7382e2.zip |
app-text/owo: fix broken ebuild
Signed-off-by: Jarod Anders <jarodjoe1210@gmail.com>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/owo/owo-0.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/owo/owo-0.1.0.ebuild b/app-text/owo/owo-0.1.0.ebuild index 5e2b534bc..7fb9e1e48 100644 --- a/app-text/owo/owo-0.1.0.ebuild +++ b/app-text/owo/owo-0.1.0.ebuild @@ -7,10 +7,10 @@ EAPI=8 CRATES=" - aho-corasick-0.7.20 - memchr-2.5.0 - regex-1.7.3 - regex-syntax-0.6.29 + aho-corasick@0.7.20 + memchr@2.5.0 + regex@1.7.3 + regex-syntax@0.6.29 " inherit cargo |