Diff bitlbee-3.6-r3 with a bitlbee-9999

/usr/portage/net-im/bitlbee/bitlbee-9999.ebuild 2023-10-09 14:52:34.444368475 +0300
12 12
	inherit git-r3
13 13
else
14 14
	SRC_URI="https://get.bitlbee.org/src/${P}.tar.gz"
15
	KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
15
	KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
16 16
fi
17 17

  
18 18
DESCRIPTION="irc to IM gateway that support multiple IM protocols"
......
62 62

  
63 63
PATCHES=(
64 64
	"${FILESDIR}/${PN}-3.5-systemd-user.patch"
65
	"${FILESDIR}/${PN}-3.5-libcheck.patch"
66
	"${FILESDIR}/${PN}-3.5-libevent.patch"
67
	"${FILESDIR}/${P}-disabled-plugins-use.patch"
68
	"${FILESDIR}/${P}-system-json-parser.patch"
69 65
)
70 66

  
71 67
src_configure() {
......
118 114
		--libdir=/usr/$(get_libdir) \
119 115
		--pcdir=/usr/$(get_libdir)/pkgconfig \
120 116
		--plugindir=/usr/$(get_libdir)/bitlbee \
121
		--externaljsonparser=1 \
117
		--external_json_parser=1 \
122 118
		--systemdsystemunitdir=$(systemd_get_systemunitdir) \
123 119
		--doc=1 \
124 120
		--strip=0 \
Thank you!