diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-12-05 18:16:14 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-12-05 18:20:36 -0500 |
commit | 3dfd1ef5229a316d997240a3b5e765d00f474024 (patch) | |
tree | 36e1988da211f4f813db7393d1f7824fd70a3420 /x11-libs/xcb-util-xrm | |
parent | x11-libs/xcb-util-wm: Add RESTRICT="!test? ( test )" (diff) | |
download | gentoo-3dfd1ef5229a316d997240a3b5e765d00f474024.tar.gz gentoo-3dfd1ef5229a316d997240a3b5e765d00f474024.tar.bz2 gentoo-3dfd1ef5229a316d997240a3b5e765d00f474024.zip |
x11-libs/xcb-util-xrm: Add RESTRICT="!test? ( test )"
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/xcb-util-xrm')
-rw-r--r-- | x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild index 7531ec4172c0..97a2a94bdd05 100644 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] x11-libs/xcb-util[${MULTILIB_USEDEP}]" |