X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id AD9905C6516 for ; Tue, 30 Oct 2018 00:12:08 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1540858927; bh=chiC8YNz5Y53b4hHr3cXMlDh/1DI8ZHKC6eKBatKD84=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=OpskTNe89emTOO9xmgIcqbxYmL6rdQUm3INKhAcNNeBa6kY+WSK4qwzVxxbT+WokJ 05Qld/Ow1vW62fDV/2hSTAt29kY9z6LKO/kWN5zduoRymndN0vJCzU7xeVXHguTJe1 o98dbWpZsDk7QLjuf3U+feGPQVae/+102e76lrkY= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault , Mark Riedesel Subject: [alpine-aports] [PATCH 15/15] testing/openimageio: add !check Date: Mon, 29 Oct 2018 20:11:37 -0400 Message-Id: <20181030001137.13087-16-sir@cmpwn.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20181030001137.13087-1-sir@cmpwn.com> References: <20181030001137.13087-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/openimageio/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/openimageio/APKBUILD b/testing/openimageio/APKBUILD index ebf051ca6f..a642ad09b8 100644 --- a/testing/openimageio/APKBUILD +++ b/testing/openimageio/APKBUILD @@ -18,6 +18,7 @@ subpackages="py2-$pkgname:_python $pkgname-dev $pkgname-doc $pkgname-tools" source="$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz boost-python.patch " +options="!check" builddir="$srcdir/oiio-Release-$pkgver" build() { -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---