Diff tk-8.6.12 with a tk-8.6.13
/usr/portage/dev-lang/tk/tk-8.6.13.ebuild 2023-10-09 14:52:29.480368350 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
15 | 15 | |
16 | 16 |
LICENSE="tcltk" |
17 | 17 |
SLOT="0/8.6" |
18 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
18 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
19 | 19 |
IUSE="debug +threads truetype aqua xscreensaver" |
20 | 20 |
RESTRICT="!test? ( test )" |
21 | 21 | |
... | ... | |
42 | 42 |
"${FILESDIR}"/${PN}-8.4.15-aqua.patch |
43 | 43 |
"${FILESDIR}"/${PN}-8.6.9-conf.patch # Bug 125971 |
44 | 44 |
"${FILESDIR}"/${PN}-8.6.12-test.patch |
45 |
"${FILESDIR}"/${PN}-8.6.13-test.patch |
|
46 |
) |
|
47 | ||
48 |
QA_CONFIG_IMPL_DECL_SKIP=( |
|
49 |
stat64 # used to test for Large File Support |
|
45 | 50 |
) |
46 | 51 | |
47 | 52 |
src_prepare() { |