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 0051015800D for ; Thu, 29 Dec 2022 11:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F467E0930; Thu, 29 Dec 2022 11:33:59 +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 031FDE0930 for ; Thu, 29 Dec 2022 11:33:59 +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 F00E8340F41 for ; Thu, 29 Dec 2022 11:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69AD47F4 for ; Thu, 29 Dec 2022 11:33:56 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1672173640.85d0e04618e80626b435b8b01653ebb8872e5f95.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/gotosocial/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild www-apps/gotosocial/gotosocial-0.6.0.ebuild X-VCS-Directories: www-apps/gotosocial/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 85d0e04618e80626b435b8b01653ebb8872e5f95 X-VCS-Branch: master Date: Thu, 29 Dec 2022 11:33:56 +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: b4b23392-2a43-4ee8-ba7e-fa2cda096c48 X-Archives-Hash: 7f56fa8911cc3781ee6670338a44f22c commit: 85d0e04618e80626b435b8b01653ebb8872e5f95 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Dec 27 19:42:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Dec 27 20:40:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85d0e046 www-apps/gotosocial: add missing dep Closes: https://bugs.gentoo.org/886049 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../{gotosocial-0.6.0.ebuild => gotosocial-0.6.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www-apps/gotosocial/gotosocial-0.6.0.ebuild b/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild similarity index 96% rename from www-apps/gotosocial/gotosocial-0.6.0.ebuild rename to www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild index e847209b8..b8d68453d 100644 --- a/www-apps/gotosocial/gotosocial-0.6.0.ebuild +++ b/www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild @@ -24,7 +24,10 @@ LICENSE="|| ( WTFPL CC0-1.0 ) AGPL-3 BSD BSD-2 CC0-1.0 GPL-3 MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND="acct-user/gotosocial" +DEPEND="dev-db/sqlite:3" +RDEPEND="${DEPEND} + acct-user/gotosocial +" DOCS=( archive {CONTRIBUTING,README,ROADMAP}.md )