diff options
author | 2024-01-09 14:00:27 +0500 | |
---|---|---|
committer | 2024-01-09 14:06:02 +0500 | |
commit | 304cc70b3e17f5adcd0b72b2e2ec684c29aab368 (patch) | |
tree | 523c13e83c0e3eb66c1f457afc403dd45440f854 /x11-wm | |
parent | x11-wm/phoc: fix gtk-doc install (diff) | |
download | guru-304cc70b3e17f5adcd0b72b2e2ec684c29aab368.tar.gz guru-304cc70b3e17f5adcd0b72b2e2ec684c29aab368.tar.bz2 guru-304cc70b3e17f5adcd0b72b2e2ec684c29aab368.zip |
x11-wm/phoc: require xwayland for tests
Closes: https://bugs.gentoo.org/921631
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phoc/phoc-0.35.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild index cad47eda5..ef278fdd2 100644 --- a/x11-wm/phoc/phoc-0.35.0.ebuild +++ b/x11-wm/phoc/phoc-0.35.0.ebuild @@ -13,6 +13,7 @@ LICENSE="|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT" SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE="+X gtk-doc man test" +REQUIRED_USE="test? ( X )" RESTRICT="!test? ( test )" DEPEND=" |