diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 18:57:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 18:58:04 +0100 |
commit | 07ee8c8beb15262333a54038b920373cfa95077d (patch) | |
tree | b067cba49ad1d195a2cc3591a259872f5eec2a3b /x11-libs | |
parent | media-fonts/noto-emoji: fix python_check_deps (diff) | |
download | gentoo-07ee8c8beb15262333a54038b920373cfa95077d.tar.gz gentoo-07ee8c8beb15262333a54038b920373cfa95077d.tar.bz2 gentoo-07ee8c8beb15262333a54038b920373cfa95077d.zip |
x11-libs/wxGTK: fix USE=pch
Fixes: 3185d41c5e481a797773b8e72db02ebb3773ed65
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild index bb964df9baf4..6459eb58f799 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/wxWidgets-${PV}" LICENSE="wxWinLL-3 GPL-2 doc? ( wxWinFDL-3 )" SLOT="${WXRELEASE}" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="+X doc debug gstreamer libnotify opengl sdl test tiff webkit" +IUSE="+X doc debug gstreamer libnotify opengl pch sdl test tiff webkit" REQUIRED_USE="test? ( tiff ) tiff? ( X )" RESTRICT="!test? ( test )" |