diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-10-31 08:51:44 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-10-31 08:51:44 +0200 |
commit | d7c8bc76969d5c702d237b0302c5e2fe62a4baf0 (patch) | |
tree | 161525dda8a517bc0d318497b590335a13bfa977 /dev-lisp/roswell | |
parent | dev-lisp/roswell: Bump to version 21.10.14.111 (diff) | |
download | gentoo-d7c8bc76969d5c702d237b0302c5e2fe62a4baf0.tar.gz gentoo-d7c8bc76969d5c702d237b0302c5e2fe62a4baf0.tar.bz2 gentoo-d7c8bc76969d5c702d237b0302c5e2fe62a4baf0.zip |
dev-lisp/roswell: update EAPI 7 -> 8, adjust deps for 21.10.14.111
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lisp/roswell')
-rw-r--r-- | dev-lisp/roswell/roswell-21.10.14.111.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-lisp/roswell/roswell-21.10.14.111.ebuild b/dev-lisp/roswell/roswell-21.10.14.111.ebuild index 26c7a2e2605b..8dc066c33326 100644 --- a/dev-lisp/roswell/roswell-21.10.14.111.ebuild +++ b/dev-lisp/roswell/roswell-21.10.14.111.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools @@ -15,7 +15,9 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86" # File collision with librouteros (#691754) -RDEPEND="!net-libs/librouteros" +RDEPEND="!net-libs/librouteros + net-misc/curl" +DEPEND="${RDEPEND}" src_prepare() { default |