From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CF0F138334 for ; Thu, 5 Dec 2019 23:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2BBDE0931; Thu, 5 Dec 2019 23:21:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9032E0931 for ; Thu, 5 Dec 2019 23:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26BD34D821 for ; Thu, 5 Dec 2019 23:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B1208D7 for ; Thu, 5 Dec 2019 23:21:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1575588036.282ed25dcd9ec7b59b87603b71d1d2c8621b42e2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild X-VCS-Directories: x11-libs/xcb-util-image/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 282ed25dcd9ec7b59b87603b71d1d2c8621b42e2 X-VCS-Branch: master Date: Thu, 5 Dec 2019 23:21:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 510f179b-aa1d-497b-b5fa-a6c2490076ef X-Archives-Hash: cc010fc388e6d1928e1020560978f765 commit: 282ed25dcd9ec7b59b87603b71d1d2c8621b42e2 Author: Matt Turner gentoo org> AuthorDate: Thu Dec 5 23:15:10 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 5 23:20:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282ed25d x11-libs/xcb-util-image: Add RESTRICT="!test? ( test )" Signed-off-by: Matt Turner gentoo.org> x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild b/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild index 78f7fa07930..c612777a22e 100644 --- a/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild +++ b/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r1.ebuild @@ -16,6 +16,7 @@ HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/l KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="x11-base/xorg-proto >=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]