diff options
author | Brian Evans <grknight@gentoo.org> | 2016-01-11 10:20:35 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-01-11 10:20:35 -0500 |
commit | b6333f919eb9a9c84f8cd7bc05bb6409d84a9e2b (patch) | |
tree | eba01f637b9a479350f85346c332facf191ec233 /www-apps | |
parent | 9a5f8a68f344aff76352ad12b3e44b335f99f508 (diff) | |
download | gentoo-b6333f919eb9a9c84f8cd7bc05bb6409d84a9e2b.tar.gz gentoo-b6333f919eb9a9c84f8cd7bc05bb6409d84a9e2b.tar.xz |
www-apps/mantisbt: Drop unused depend.php inherit
Non-maintainer commit. Verified all functions in eclass were not used
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild b/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild index 0c03681e085..2ca31ab3827 100644 --- a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild +++ b/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils webapp depend.php +inherit eutils webapp DESCRIPTION="PHP/MySQL/Web based bugtracking system" HOMEPAGE="http://www.mantisbt.org/" |