dev-R/httpuv: inherit edo and remove leading whitespace

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 19:10:58 +01:00
parent 2eca7f687d
commit 5e5034ca1b

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit R-packages
inherit R-packages edo
DESCRIPTION='HTTP and WebSocket Server Library'
KEYWORDS="~amd64"
@@ -33,7 +33,6 @@ SUGGESTED_PACKAGES="
"
src_test() {
cd "${WORKDIR}/${P}/tests"
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
cd "${WORKDIR}/${P}/tests"
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
}