From baf0ab85d80a3daefa97f2173f4b821fec7382e2 Mon Sep 17 00:00:00 2001 From: Jarod Anders Date: Mon, 14 Aug 2023 15:03:40 -0400 Subject: [PATCH] app-text/owo: fix broken ebuild Signed-off-by: Jarod Anders --- 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