diff options
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/rt/rt-4.4.4-r4.ebuild (renamed from www-apps/rt/rt-4.4.4-r3.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www-apps/rt/rt-4.4.4-r3.ebuild b/www-apps/rt/rt-4.4.4-r4.ebuild index 4466e39d6e62..3fe14b2b7d6d 100644 --- a/www-apps/rt/rt-4.4.4-r3.ebuild +++ b/www-apps/rt/rt-4.4.4-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -136,7 +136,10 @@ RDEPEND="${DEPEND} !lighttpd? ( ${APACHE2_DEPEND} ) lighttpd? ( >=www-servers/lighttpd-1.3.13 - sys-apps/openrc + || ( + sys-apps/openrc + sys-apps/openrc-navi + ) ) " |