Diff lttng-tools-2.13.7 with a lttng-tools-2.13.8

/usr/portage/dev-util/lttng-tools/lttng-tools-2.13.8.ebuild 2023-10-09 14:52:30.980368388 +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=8
......
12 12

  
13 13
LICENSE="GPL-2"
14 14
SLOT="0/${MY_SLOT}"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="amd64 x86"
16 16
IUSE="+ust"
17 17

  
18 18
DEPEND="dev-libs/userspace-rcu:=
......
21 21
	ust? ( >=dev-util/lttng-ust-2.13.0:= )
22 22
"
23 23
RDEPEND="${DEPEND}"
24
BDEPEND="virtual/pkgconfig"
24 25

  
25 26
S="${WORKDIR}/${MY_P}"
26 27

  
Thank you!