diff options
author | Sam James <sam@gentoo.org> | 2022-07-12 07:56:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-12 07:56:11 +0100 |
commit | 14d2e99c4993526565dddd9619c92aeb7fc5e680 (patch) | |
tree | 196a370995b03cf89613c9672877a4dc39c79832 /app-office/gtg | |
parent | dev-python/caldav: add missing test dep (diff) | |
download | gentoo-14d2e99c4993526565dddd9619c92aeb7fc5e680.tar.gz gentoo-14d2e99c4993526565dddd9619c92aeb7fc5e680.tar.bz2 gentoo-14d2e99c4993526565dddd9619c92aeb7fc5e680.zip |
app-office/gtg: add missing gtksourceview dep
Closes: https://bugs.gentoo.org/857735
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/gtg')
-rw-r--r-- | app-office/gtg/gtg-0.6-r1.ebuild (renamed from app-office/gtg/gtg-0.6.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-office/gtg/gtg-0.6.ebuild b/app-office/gtg/gtg-0.6-r1.ebuild index d4d376aab05b..4d5ae4e692d4 100644 --- a/app-office/gtg/gtg-0.6.ebuild +++ b/app-office/gtg/gtg-0.6-r1.ebuild @@ -33,6 +33,7 @@ RDEPEND=" x11-libs/pango[introspection] x11-libs/gdk-pixbuf[introspection] x11-libs/gtk+:3[introspection] + x11-libs/gtksourceview:4[introspection] " DEPEND="${RDEPEND}" BDEPEND=" |