diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-17 18:31:58 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-17 18:32:00 -0400 |
commit | 1fa08d9d20f5e852dcc44f659edf10ee6c80e722 (patch) | |
tree | 18e779f79a2445d0aea2fffc8a9820a09941a0c6 /net-libs | |
parent | net-libs/libgfbgraph: Drop mistaken unstable keywords (diff) | |
download | gentoo-1fa08d9d20f5e852dcc44f659edf10ee6c80e722.tar.gz gentoo-1fa08d9d20f5e852dcc44f659edf10ee6c80e722.tar.bz2 gentoo-1fa08d9d20f5e852dcc44f659edf10ee6c80e722.zip |
net-libs/libgfbgraph: Depend on gtk-doc for autoreconf
Closes: https://bugs.gentoo.org/783438
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libgfbgraph/libgfbgraph-0.2.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.4.ebuild b/net-libs/libgfbgraph/libgfbgraph-0.2.4.ebuild index 189c2a28562b..25eaeeb87edf 100644 --- a/net-libs/libgfbgraph/libgfbgraph-0.2.4.ebuild +++ b/net-libs/libgfbgraph/libgfbgraph-0.2.4.ebuild @@ -25,9 +25,11 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" + dev-util/gtk-doc >=dev-util/gtk-doc-am-1.14 virtual/pkgconfig " +# gtk-doc needed for autoreconf src_prepare() { # Test requires a credentials.ini file. |