commit:     baf0ab85d80a3daefa97f2173f4b821fec7382e2
Author:     Jarod Anders <jarodjoe1210 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 14 19:03:40 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 19:03:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baf0ab85

app-text/owo: fix broken ebuild

Signed-off-by: Jarod Anders <jarodjoe1210 <AT> gmail.com>

 app-text/owo/owo-0.1.0.ebuild | 8 ++++----
 1 file 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 5e2b534bc0..7fb9e1e48d 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

Reply via email to