commit: c61d42936bf528bf6ced7acf792302bd43f764a8
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 13:52:31 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 13:53:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61d4293
www-servers/varnish: depend on dev-python/sphinx, fix bug #667574
- Thanks to Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail.com>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
www-servers/varnish/varnish-6.1.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/www-servers/varnish/varnish-6.1.0.ebuild
b/www-servers/varnish/varnish-6.1.0.ebuild
index 87fca369e16..af7e42b863d 100644
--- a/www-servers/varnish/varnish-6.1.0.ebuild
+++ b/www-servers/varnish/varnish-6.1.0.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
DEPEND="
${CDEPEND}
dev-python/docutils
+ dev-python/sphinx
virtual/pkgconfig"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"