commit: 5620b4141fc3357a110a33e022f464db11b0091e Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Thu Jan 4 23:16:58 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 26 16:41:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5620b414
net-vpn/eduvpn-client: add dependency to dev-python/sphinx-rtd-theme Closes: https://bugs.gentoo.org/921259 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/33961 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-vpn/eduvpn-client/eduvpn-client-4.1.3-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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
