diff --git a/dev-libs/wren/metadata.xml b/dev-libs/wren/metadata.xml index 2c40eb0e86..854f4ec84f 100644 --- a/dev-libs/wren/metadata.xml +++ b/dev-libs/wren/metadata.xml @@ -1,19 +1,19 @@ - -Wren is a small, fast, class-based concurrent scripting language -Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax. - - - m.santullo@posteo.net - Michele Santullo - - - https://github.com/wren-lang/wren/issues + + Wren is a small, fast, class-based concurrent scripting language + Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax. + + + m.santullo@posteo.net + Michele Santullo + + + https://github.com/wren-lang/wren/issues wren-lang/wren - - - Install the wren command line interpreter - + + + Install the wren command line interpreter + diff --git a/dev-libs/wren/wren-0.2.0.ebuild b/dev-libs/wren/wren-0.2.0.ebuild index 2b3681e4db..3491cfb1be 100644 --- a/dev-libs/wren/wren-0.2.0.ebuild +++ b/dev-libs/wren/wren-0.2.0.ebuild @@ -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() { diff --git a/dev-libs/wren/wren-9999.ebuild b/dev-libs/wren/wren-9999.ebuild index 2b3681e4db..3491cfb1be 100644 --- a/dev-libs/wren/wren-9999.ebuild +++ b/dev-libs/wren/wren-9999.ebuild @@ -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() {