Diff tdom-0.9.2-r1 with a tdom-0.9.3

/usr/portage/dev-tcltk/tdom/tdom-0.9.3.ebuild 2023-10-09 14:52:30.904368386 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools flag-o-matic
7 7

  
......
23 23

  
24 24
S="${WORKDIR}"/${P}-src
25 25

  
26
PATCHES=(
27
	"${FILESDIR}"/${P}-useCC.patch
28
	"${FILESDIR}"/${P}-nothreads.patch
29
	"${FILESDIR}"/${P}-clang6.patch
26
PATCHES=( "${FILESDIR}"/${PN}-0.9.2-useCC.patch )
27

  
28
QA_CONFIG_IMPL_DECL_SKIP=(
29
	stat64 # used to test for Large File Support
30 30
)
31 31

  
32 32
src_prepare() {
Thank you!