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 CD507158021 for ; Tue, 27 Dec 2022 20:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D15E0817; Tue, 27 Dec 2022 20:41:00 +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 CA7F4E07FE for ; Tue, 27 Dec 2022 20:41:00 +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 CB4263410FD for ; Tue, 27 Dec 2022 20:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31B877F5 for ; Tue, 27 Dec 2022 20:40:58 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1672173640.85d0e04618e80626b435b8b01653ebb8872e5f95.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 85d0e04618e80626b435b8b01653ebb8872e5f95 X-VCS-Branch: dev Date: Tue, 27 Dec 2022 20:40:58 +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: 12b239b3-c843-40b1-af95-5ecaff09c320 X-Archives-Hash: cd20aa8482877196fe94c2081b46928a commit: 85d0e04618e80626b435b8b01653ebb8872e5f95 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Dec 27 19:42:30 2022 +0000 Commit: Anna Vyalkova sysrq in> 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 )