Diff socket_wrapper-1.3.4 with a socket_wrapper-1.4.0

/usr/portage/net-libs/socket_wrapper/socket_wrapper-1.4.0.ebuild 2023-10-09 14:52:34.600368479 +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
5 5

  
6 6
inherit cmake-multilib
7 7

  
8
DESCRIPTION="A library passing all socket communications through unix sockets"
8
DESCRIPTION="Library passing all socket communications through unix sockets"
9 9
HOMEPAGE="https://cwrap.org/socket_wrapper.html"
10 10
SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
11 11

  
Thank you!