commit: 066baf1974e0dc0348de4373d02429ded86bef6f Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de> AuthorDate: Fri Jun 18 13:05:44 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jun 18 14:47:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066baf19
app-text/nfoview: add missing dep - x11-libs/gtk+:3[introspection] Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/21304 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/nfoview/nfoview-1.28.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/nfoview/nfoview-1.28.ebuild b/app-text/nfoview/nfoview-1.28.ebuild index 2b8c11296e6..eccd3ea00f3 100644 --- a/app-text/nfoview/nfoview-1.28.ebuild +++ b/app-text/nfoview/nfoview-1.28.ebuild @@ -26,7 +26,8 @@ BDEPEND="${PYTHON_DEPS} sys-devel/gettext" DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - media-fonts/cascadia-code" + media-fonts/cascadia-code + x11-libs/gtk+:3[introspection]" distutils_enable_tests pytest
