Diff libesmtp-1.1.0-r1 with a libesmtp-9999

/usr/portage/net-libs/libesmtp/libesmtp-9999.ebuild 2023-10-09 14:52:34.480368476 +0300
14 14
	SRC_URI="https://github.com/libesmtp/libESMTP/archive/v${PV/_}.tar.gz -> ${P}.tar.gz"
15 15
	S="${WORKDIR}/libESMTP-${PV}"
16 16

  
17
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
17
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
18 18
fi
19 19

  
20 20
LICENSE="LGPL-2.1 GPL-2"
......
31 31

  
32 32
DOCS=( docs/{authors,bugreport,ChangeLog,faq,NEWS}.md README.md )
33 33

  
34
PATCHES=(
35
	"${FILESDIR}"/${P}-fix-soname.patch
36
)
37

  
38 34
src_configure() {
39 35
	local emesonargs=(
40 36
		-Ddefault_library="$(usex static-libs both shared)"
Thank you!