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 E020D15817D for ; Sat, 15 Jun 2024 15:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 095D72BC014; Sat, 15 Jun 2024 15:55:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0329E2A5D for ; Sat, 15 Jun 2024 15:55:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D69EA335D6B for ; Sat, 15 Jun 2024 15:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D3F11D13 for ; Sat, 15 Jun 2024 15:55:14 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1718464335.787376a7ffd6d4a61b413ab8f3ec88c94b08a109.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 787376a7ffd6d4a61b413ab8f3ec88c94b08a109 X-VCS-Branch: master Date: Sat, 15 Jun 2024 15:55:14 +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: d4e2dd93-ec73-4be0-a10d-c13d9ec6da8d X-Archives-Hash: 69d89b1a10074a7260d76156d539168d commit: 787376a7ffd6d4a61b413ab8f3ec88c94b08a109 Author: tea tastytea de> AuthorDate: Sat Jun 15 14:10:02 2024 +0000 Commit: Julien Roy jroy ca> 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="