Diff gd-2.3.2-r3 with a gd-2.3.3-r3
/usr/portage/media-libs/gd/gd-2.3.3-r3.ebuild 2023-10-09 14:52:31.668368405 +0300 | ||
---|---|---|
12 | 12 | |
13 | 13 |
LICENSE="gd IJG HPND BSD" |
14 | 14 |
SLOT="2/3" |
15 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
15 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
16 | 16 |
IUSE="avif cpu_flags_x86_sse fontconfig +jpeg heif +png static-libs test tiff truetype webp xpm zlib" |
17 | 17 |
RESTRICT="!test? ( test )" |
18 | 18 | |
... | ... | |
84 | 84 |
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" |
85 | 85 |
} |
86 | 86 | |
87 |
multilib_src_test() { |
|
88 |
# See https://github.com/libgd/libgd/issues/763 (although it still passed without it here?) |
|
89 |
TMPDIR="${T}" default |
|
90 |
} |
|
91 | ||
87 | 92 |
multilib_src_install_all() { |
88 | 93 |
dodoc README.md |
89 | 94 |
find "${ED}" -name '*.la' -delete || die |