dev-nim/frosty: drop custom src_test

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-06-30 00:27:47 +05:00
parent 52b789ed42
commit 9dc9a5b426

View File

@@ -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
}