Diff roswell-20.05.14.106 with a roswell-21.10.14.111
| /usr/portage/dev-lisp/roswell/roswell-21.10.14.111.ebuild 2024-07-02 13:51:44.557851472 +0300 | ||
|---|---|---|
| 1 | 1 |
# Copyright 1999-2024 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 flag-o-matic |
| 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 |