Diff ayatana-ido-0.9.2 with a ayatana-ido-0.9.3
/usr/portage/dev-libs/ayatana-ido/ayatana-ido-0.9.3.ebuild 2023-10-09 14:52:29.488368350 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 |
VALA_USE_DEPEND="vapigen" |
6 | 6 | |
7 |
inherit cmake vala |
|
7 |
inherit cmake vala virtualx |
|
8 | 8 | |
9 | 9 |
DESCRIPTION="Ayatana Application Indicators (Shared Library)" |
10 | 10 |
HOMEPAGE="https://github.com/AyatanaIndicators/ayatana-ido" |
... | ... | |
13 | 13 |
LICENSE="LGPL-2.1 LGPL-3 GPL-3" |
14 | 14 |
SLOT="0" |
15 | 15 |
IUSE="test" |
16 |
RESTRICT="!test? ( test )" |
|
16 | 17 | |
17 |
# https://github.com/AyatanaIndicators/ayatana-ido/issues/62 |
|
18 |
RESTRICT="test" |
|
19 |
#RESTRICT="!test? ( test )" |
|
20 | ||
21 |
KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" |
|
18 |
KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" |
|
22 | 19 | |
23 | 20 |
RDEPEND=" |
24 | 21 |
>=dev-libs/glib-2.58:2 |
... | ... | |
43 | 40 |
) |
44 | 41 |
cmake_src_configure |
45 | 42 |
} |
43 | ||
44 |
src_test() { |
|
45 |
virtx cmake_src_test |
|
46 |
} |