From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C192F158086 for ; Sun, 31 Oct 2021 06:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE892E0AC9; Sun, 31 Oct 2021 06:53:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4102E0AC9 for ; Sun, 31 Oct 2021 06:53:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 080DF342F89 for ; Sun, 31 Oct 2021 06:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9810517D for ; Sun, 31 Oct 2021 06:53:42 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1635663104.d7c8bc76969d5c702d237b0302c5e2fe62a4baf0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/roswell/roswell-21.10.14.111.ebuild X-VCS-Directories: dev-lisp/roswell/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d7c8bc76969d5c702d237b0302c5e2fe62a4baf0 X-VCS-Branch: master Date: Sun, 31 Oct 2021 06:53:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d332d3cf-b58a-4aad-8cf9-9e317e121201 X-Archives-Hash: 588954ea17876581ada3cb6d288e4e5a commit: d7c8bc76969d5c702d237b0302c5e2fe62a4baf0 Author: Joonas Niilola gentoo org> AuthorDate: Sun Oct 31 06:51:44 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 31 06:51:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c8bc76 dev-lisp/roswell: update EAPI 7 -> 8, adjust deps for 21.10.14.111 Signed-off-by: Joonas Niilola gentoo.org> dev-lisp/roswell/roswell-21.10.14.111.ebuild | 8 +++++--- 1 file 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 26c7a2e2605..8dc066c3332 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