aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-06-30 00:27:47 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-06-30 11:00:03 +0500
commit9dc9a5b426aff323fc67cfa36b7c046614875ccb (patch)
treed2996e03e290cea90643fb3042a10c4d8aacd148
parentdev-nim/asynctools: new package, add 0.1.1_p20210606 (diff)
downloadguru-9dc9a5b4.tar.gz
guru-9dc9a5b4.tar.bz2
guru-9dc9a5b4.zip
dev-nim/frosty: drop custom src_test
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--dev-nim/frosty/frosty-3.0.0.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-nim/frosty/frosty-3.0.0.ebuild b/dev-nim/frosty/frosty-3.0.0.ebuild
index bfe77b968c..070901b4fc 100644
--- a/dev-nim/frosty/frosty-3.0.0.ebuild
+++ b/dev-nim/frosty/frosty-3.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit edo nimble
+inherit nimble
DESCRIPTION="Serialize native Nim types to strings, streams, sockets, or anything else"
HOMEPAGE="https://github.com/disruptek/frosty"
@@ -22,7 +22,3 @@ BDEPEND="test? (
)"
set_package_url "https://github.com/disruptek/frosty"
-
-src_test() {
- edo balls
-}