diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:12:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:12:48 +0000 |
commit | 01cdb2903b8ecd9efe1cf2271dc70cf899fa5e45 (patch) | |
tree | 0b3eb12791491d0dac367770a35cfbd6550c4bd6 /www-apps/rt/rt-4.0.5.ebuild | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-01cdb2903b8ecd9efe1cf2271dc70cf899fa5e45.tar.gz gentoo-2-01cdb2903b8ecd9efe1cf2271dc70cf899fa5e45.tar.bz2 gentoo-2-01cdb2903b8ecd9efe1cf2271dc70cf899fa5e45.zip |
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'www-apps/rt/rt-4.0.5.ebuild')
-rw-r--r-- | www-apps/rt/rt-4.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/rt/rt-4.0.5.ebuild b/www-apps/rt/rt-4.0.5.ebuild index 9713cf43a981..0800204fc8d4 100644 --- a/www-apps/rt/rt-4.0.5.ebuild +++ b/www-apps/rt/rt-4.0.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.0.5.ebuild,v 1.2 2012/03/01 20:56:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.0.5.ebuild,v 1.3 2014/01/08 06:12:48 vapier Exp $ EAPI=4 -inherit webapp eutils depend.apache +inherit webapp eutils depend.apache user DESCRIPTION="RT is an enterprise-grade ticketing system" HOMEPAGE="http://www.bestpractical.com/rt/" |