diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:15:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:49 +0100 |
commit | 268a128ea69a7fa2d28dbe3be42542f3c2858afd (patch) | |
tree | 41df70e02c680497e5ac919a5057291665b466a0 /www-apps/rt | |
parent | www-apps/rocketwiki-lqfb: eutils-- (diff) | |
download | gentoo-268a128ea69a7fa2d28dbe3be42542f3c2858afd.tar.gz gentoo-268a128ea69a7fa2d28dbe3be42542f3c2858afd.tar.bz2 gentoo-268a128ea69a7fa2d28dbe3be42542f3c2858afd.zip |
www-apps/rt: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/rt-4.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/rt/rt-4.4.4.ebuild b/www-apps/rt/rt-4.4.4.ebuild index 97b2f5e9c73f..3cbe269e83c9 100644 --- a/www-apps/rt/rt-4.4.4.ebuild +++ b/www-apps/rt/rt-4.4.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit webapp eutils depend.apache user +inherit webapp depend.apache user DESCRIPTION="RT is an enterprise-grade ticketing system" HOMEPAGE="https://www.bestpractical.com/rt/" |