dev-libs/wren: RESTRICT="test"

- quote variable
- consistent use of tabs and spaces in metadata

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-10 21:20:16 +02:00
parent 8c7e43b957
commit 0e53e18668
3 changed files with 18 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
BDEPEND=""
#BDEPEND="test? ( dev-lang/python )"
#RESTRICT="!test? ( test )"
RESTRICT="test"
src_configure() {
return
@@ -48,7 +49,7 @@ src_compile() {
#fi
tc-export AR CC
emake -f util/wren.mk LIBUV_DIR=${EPREFIX}/usr LIBUV=${EPREFIX}/usr/$(get_libdir)/libuv.so VERBOSE=1 ${targets}
emake -f util/wren.mk LIBUV_DIR="${EPREFIX}/usr" LIBUV="${EPREFIX}/usr/$(get_libdir)/libuv.so" VERBOSE=1 ${targets}
}
src_install() {