Diff snapd-2.58 with a snapd-2.60.3

/usr/portage/app-containers/snapd/snapd-2.60.3.ebuild 2023-10-09 14:52:28.224368318 +0300
1 1
# Copyright 2020-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 5

  
6 6
inherit autotools bash-completion-r1 flag-o-matic go-module linux-info readme.gentoo-r1 systemd tmpfiles xdg-utils
7 7

  
8 8
DESCRIPTION="Service and tools for management of snap packages"
9 9
HOMEPAGE="http://snapcraft.io/"
10 10

  
11
SRC_URI="https://github.com/snapcore/${PN}/releases/download/${PV}/${PN}_${PV}.vendor.tar.xz -> ${P}.tar.xz"
11
SRC_URI="https://github.com/snapcore/snapd/releases/download/${PV}/snapd_${PV}.vendor.tar.xz -> ${P}.tar.xz"
12 12
MY_PV=${PV}
13
KEYWORDS="amd64"
13
KEYWORDS="~amd64"
14 14

  
15 15
LICENSE="GPL-3 Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT"
16 16
SLOT="0"
......
39 39
	virtual/libudev
40 40
	systemd? ( sys-apps/systemd )
41 41
	sys-libs/libcap:=
42
	sys-fs/squashfs-tools[lzma]"
42
	sys-fs/squashfs-tools[lzma,lzo]"
43 43

  
44 44
DEPEND="${RDEPEND}"
45 45

  
Thank you!