From 5620b4141fc3357a110a33e022f464db11b0091e Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Fri, 5 Jan 2024 00:16:58 +0100 Subject: net-vpn/eduvpn-client: add dependency to dev-python/sphinx-rtd-theme Closes: https://bugs.gentoo.org/921259 Signed-off-by: Mario Haustein Closes: https://github.com/gentoo/gentoo/pull/33961 Signed-off-by: Florian Schmaus --- net-vpn/eduvpn-client/eduvpn-client-4.1.3-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-vpn/eduvpn-client') diff --git a/net-vpn/eduvpn-client/eduvpn-client-4.1.3-r1.ebuild b/net-vpn/eduvpn-client/eduvpn-client-4.1.3-r1.ebuild index 8f80162c577e..2861e3026ced 100644 --- a/net-vpn/eduvpn-client/eduvpn-client-4.1.3-r1.ebuild +++ b/net-vpn/eduvpn-client/eduvpn-client-4.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,7 +39,8 @@ PATCHES=( "${FILESDIR}/${PN}-desktop.patch" ) -distutils_enable_sphinx doc +distutils_enable_sphinx doc \ + dev-python/sphinx-rtd-theme pkg_postinst() { xdg_icon_cache_update -- cgit v1.2.3-65-gdbad