dev-util/gtk-doc: Add missing test dependency
authorMatt Turner <mattst88@gentoo.org>
Sat, 19 Oct 2019 20:55:31 +0000 (13:55 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 21 Oct 2019 19:40:46 +0000 (12:40 -0700)
Closes: https://bugs.gentoo.org/623420
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-util/gtk-doc/gtk-doc-1.25-r1.ebuild

index adafa6c7873035c5a826498b5cfa06473e1175fe..017f3d47f53807a3cc8b6c27d210b108587960cf 100644 (file)
@@ -13,7 +13,7 @@ LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 
-IUSE="debug doc emacs highlight vim"
+IUSE="debug doc emacs highlight test vim"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
@@ -31,6 +31,7 @@ RDEPEND="
                vim? ( || ( app-editors/vim app-editors/gvim ) )
                !vim? ( dev-util/source-highlight )
        )
+       test? ( sys-devel/bc )
 "
 DEPEND="${RDEPEND}
        ~dev-util/gtk-doc-am-${PV}