Diff klayout-0.28.9 with a klayout-9999

/usr/portage/sci-electronics/klayout/klayout-9999.ebuild 2024-12-25 14:59:52.703270181 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
RUBY_OPTIONAL=no
7
USE_RUBY="ruby31"
7
USE_RUBY="ruby32"
8 8
# note: define maximally ONE implementation here
9 9

  
10
PYTHON_COMPAT=( python3_{9,10,11,12} )
10
PYTHON_COMPAT=( python3_{11,12,13} )
11 11

  
12 12
inherit toolchain-funcs python-single-r1 ruby-ng
13 13

  
......
17 17
	EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
18 18
else
19 19
	SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz"
20
	KEYWORDS="amd64 ~x86"
20
	KEYWORDS="~amd64 ~x86"
21 21
fi
22 22

  
23 23
DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"
24 24
HOMEPAGE="https://www.klayout.de/"
25 25
LICENSE="GPL-2"
26 26
SLOT="0"
27
IUSE=""
28 27
REQUIRED_USE=${PYTHON_REQUIRED_USE}
29 28

  
30 29
RDEPEND="
......
40 39
	dev-qt/qtwidgets:5
41 40
	dev-qt/qtxml:5
42 41
	dev-qt/qtxmlpatterns:5
42
	dev-libs/libgit2
43 43
	sys-libs/zlib
44 44
	${PYTHON_DEPS}
45 45
	$(ruby_implementations_depend)
Thank you!