Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/
Date: Mon, 15 Oct 2018 13:54:04
Message-Id: 1539611631.c61d42936bf528bf6ced7acf792302bd43f764a8.blueness@gentoo
1 commit: c61d42936bf528bf6ced7acf792302bd43f764a8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 13:52:31 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 13:53:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61d4293
7
8 www-servers/varnish: depend on dev-python/sphinx, fix bug #667574
9
10 - Thanks to Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail.com>
11
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
14
15 www-servers/varnish/varnish-6.1.0.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/www-servers/varnish/varnish-6.1.0.ebuild b/www-servers/varnish/varnish-6.1.0.ebuild
19 index 87fca369e16..af7e42b863d 100644
20 --- a/www-servers/varnish/varnish-6.1.0.ebuild
21 +++ b/www-servers/varnish/varnish-6.1.0.ebuild
22 @@ -31,6 +31,7 @@ RDEPEND="
23 DEPEND="
24 ${CDEPEND}
25 dev-python/docutils
26 + dev-python/sphinx
27 virtual/pkgconfig"
28
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"