Diff wxGTK-3.2.2.1-r1 with a wxGTK-3.2.2.1-r2
/usr/portage/x11-libs/wxGTK/wxGTK-3.2.2.1-r2.ebuild 2023-10-09 14:52:35.928368512 +0300 | ||
---|---|---|
20 | 20 | |
21 | 21 |
LICENSE="wxWinLL-3 GPL-2 doc? ( wxWinFDL-3 )" |
22 | 22 |
SLOT="${WXRELEASE}" |
23 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" |
|
23 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" |
|
24 | 24 |
IUSE="+X curl doc debug keyring gstreamer libnotify +lzma opengl pch sdl +spell test tiff wayland webkit" |
25 | 25 |
REQUIRED_USE="test? ( tiff ) tiff? ( X ) spell? ( X ) keyring? ( X )" |
26 | 26 |
RESTRICT="!test? ( test )" |
... | ... | |
131 | 131 |
--with-zlib=sys |
132 | 132 |
--with-expat=sys |
133 | 133 |
--enable-compat30 |
134 |
--enable-xrc |
|
134 | 135 |
$(use_with sdl) |
135 | 136 |
$(use_with lzma liblzma) |
136 | 137 |
# Currently defaults to curl, could change. Watch the VDB! |
... | ... | |
202 | 203 | |
203 | 204 |
# Unversioned links |
204 | 205 |
rm "${ED}"/usr/bin/wx-config || die |
205 |
use X && { rm "${ED}"/usr/bin/wxrc || die; } |
|
206 |
rm "${ED}"/usr/bin/wxrc || die |
|
206 | 207 | |
207 | 208 |
# version bakefile presets |
208 | 209 |
pushd "${ED}"/usr/share/bakefile/presets >/dev/null || die |