Diff libaxc-0.3.6 with a libaxc-0.3.7

/usr/portage/net-libs/libaxc/libaxc-0.3.7.ebuild 2023-10-09 14:52:34.476368476 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
12 12

  
13 13
LICENSE="GPL-3"  # not GPL-3+
14 14
SLOT="0"
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16 16
IUSE="static-libs test"
17 17

  
18 18
RDEPEND="
......
50 50

  
51 51
src_test() {
52 52
	# TODO: Test failures seem to be ignored in the upstream Makefile?
53
	# e.g. https://github.com/gkdr/axc/blob/master/Makefile#L154
53
	# e.g. https://github.com/gkdr/axc/blob/master/Makefile#L153
54 54
	emake CC="$(tc-getCC)" test
55 55
}
56 56

  
Thank you!