Diff roswell-20.05.14.106 with a roswell-21.10.14.111

/usr/portage/dev-lisp/roswell/roswell-21.10.14.111.ebuild 2023-10-09 14:52:29.776368357 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 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
7 7

  
......
14 14

  
15 15
KEYWORDS="~amd64 ~x86"
16 16

  
17
RDEPEND="!net-libs/librouteros"
17
# File collision with librouteros (#691754)
18
RDEPEND="!net-libs/librouteros
19
	net-misc/curl"
20
DEPEND="${RDEPEND}"
18 21

  
19 22
src_prepare() {
20 23
	default
Thank you!