Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/
Date: Sun, 31 Oct 2021 06:53:45
Message-Id: 1635663104.d7c8bc76969d5c702d237b0302c5e2fe62a4baf0.juippis@gentoo
1 commit: d7c8bc76969d5c702d237b0302c5e2fe62a4baf0
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 06:51:44 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 06:51:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c8bc76
7
8 dev-lisp/roswell: update EAPI 7 -> 8, adjust deps for 21.10.14.111
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-lisp/roswell/roswell-21.10.14.111.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-lisp/roswell/roswell-21.10.14.111.ebuild b/dev-lisp/roswell/roswell-21.10.14.111.ebuild
16 index 26c7a2e2605..8dc066c3332 100644
17 --- a/dev-lisp/roswell/roswell-21.10.14.111.ebuild
18 +++ b/dev-lisp/roswell/roswell-21.10.14.111.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 inherit autotools
28
29 @@ -15,7 +15,9 @@ LICENSE="MIT"
30 KEYWORDS="~amd64 ~x86"
31
32 # File collision with librouteros (#691754)
33 -RDEPEND="!net-libs/librouteros"
34 +RDEPEND="!net-libs/librouteros
35 + net-misc/curl"
36 +DEPEND="${RDEPEND}"
37
38 src_prepare() {
39 default