Diff pcb-4.2.2 with a pcb-4.3.0

/usr/portage/sci-electronics/pcb/pcb-4.3.0.ebuild 2023-10-09 14:52:35.044368490 +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
inherit autotools toolchain-funcs xdg
6
inherit autotools toolchain-funcs virtualx xdg
7 7

  
8 8
DESCRIPTION="GPL Electronic Design Automation: Printed Circuit Board editor"
9 9
HOMEPAGE="http://pcb.geda-project.org/"
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~ppc ~x86"
14
KEYWORDS="~amd64 ~ppc ~x86"
15 15
IUSE="dbus doc gcode gif gsvit gui jpeg m4lib-png nelma png test tk toporouter"
16 16
# toporouter-output USE flag removed, there seems to be no result
17 17
RESTRICT="!test? ( test )"
......
107 107
src_compile() {
108 108
	emake AR="$(tc-getAR)"
109 109
}
110

  
111
src_test() {
112
	virtx emake check
113
}
Thank you!