mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user