Diff cups-bjnp-2.0.3 with a cups-bjnp-2.0.3-r1

/usr/portage/net-print/cups-bjnp/cups-bjnp-2.0.3-r1.ebuild 2023-10-09 14:52:34.748368483 +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
EAPI=7
4
EAPI=8
5

  
6
inherit autotools
5 7

  
6 8
DESCRIPTION="CUPS backend for canon printers using proprietary USB over IP BJNP protocol"
7 9
HOMEPAGE="https://sourceforge.net/projects/cups-bjnp/"
......
14 16
DEPEND="net-print/cups"
15 17
RDEPEND="${DEPEND}"
16 18

  
19
PATCHES=(
20
	"${FILESDIR}"/${PN}-2.0.3-configure-clang16.patch
21
)
22

  
23
src_prepare() {
24
	default
25

  
26
	# Clang 16
27
	eautoreconf
28
}
29

  
17 30
src_configure() {
18 31
	econf --disable-Werror
19 32
}
Thank you!