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 702EA15817D for ; Sat, 15 Jun 2024 15:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3783E2AD4; Sat, 15 Jun 2024 15:12:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D2695E2AD4 for ; Sat, 15 Jun 2024 15:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CA67133BF39 for ; Sat, 15 Jun 2024 15:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133761CF9 for ; Sat, 15 Jun 2024 15:12:40 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1718464335.787376a7ffd6d4a61b413ab8f3ec88c94b08a109.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/mastorss/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/mastorss/mastorss-0.13.1.ebuild net-misc/mastorss/mastorss-9999.ebuild X-VCS-Directories: net-misc/mastorss/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 787376a7ffd6d4a61b413ab8f3ec88c94b08a109 X-VCS-Branch: dev Date: Sat, 15 Jun 2024 15:12:40 +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: 8aee7130-ad92-4ecd-a07b-bd36e3faab97 X-Archives-Hash: 041fc535da616a90f792d648228e15a5 commit: 787376a7ffd6d4a61b413ab8f3ec88c94b08a109 Author: tea tastytea de> AuthorDate: Sat Jun 15 14:10:02 2024 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sat Jun 15 15:12:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=787376a7 net-misc/mastorss: fix deps Closes: https://bugs.gentoo.org/933081 Signed-off-by: tea tastytea.de> net-misc/mastorss/mastorss-0.13.1.ebuild | 3 ++- net-misc/mastorss/mastorss-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/mastorss/mastorss-0.13.1.ebuild b/net-misc/mastorss/mastorss-0.13.1.ebuild index 115721727..32b428ed3 100644 --- a/net-misc/mastorss/mastorss-0.13.1.ebuild +++ b/net-misc/mastorss/mastorss-0.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2020,2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ RDEPEND=" dev-libs/boost >=dev-cpp/mastodonpp-0.5.6 dev-libs/jsoncpp + net-misc/curl[ssl] " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/net-misc/mastorss/mastorss-9999.ebuild b/net-misc/mastorss/mastorss-9999.ebuild index 115721727..32b428ed3 100644 --- a/net-misc/mastorss/mastorss-9999.ebuild +++ b/net-misc/mastorss/mastorss-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2020,2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ RDEPEND=" dev-libs/boost >=dev-cpp/mastodonpp-0.5.6 dev-libs/jsoncpp + net-misc/curl[ssl] " DEPEND="${RDEPEND}" BDEPEND="