aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-12-28 00:42:30 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-12-28 01:40:40 +0500
commit85d0e04618e80626b435b8b01653ebb8872e5f95 (patch)
treeccbb1a07f5ea57ad74d35123fc39298d426bf20a /www-apps
parentdev-python/pytest-steps: fix docs build (diff)
downloadguru-85d0e04618e80626b435b8b01653ebb8872e5f95.tar.gz
guru-85d0e04618e80626b435b8b01653ebb8872e5f95.tar.bz2
guru-85d0e04618e80626b435b8b01653ebb8872e5f95.zip
www-apps/gotosocial: add missing dep
Closes: https://bugs.gentoo.org/886049 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gotosocial/gotosocial-0.6.0-r1.ebuild (renamed from www-apps/gotosocial/gotosocial-0.6.0.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/www-apps/gotosocial/gotosocial-0.6.0.ebuild b/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 )