diff options
author | Brian Evans <grknight@gentoo.org> | 2016-01-11 09:56:20 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-01-11 09:56:20 -0500 |
commit | 23f9583d705fc81cc4e6fee3ffcc453c77121f03 (patch) | |
tree | 8d2c0cd5e3f1c274dbc7fd70c1ba6a5d010a7e6c /net-analyzer/zabbix/zabbix-2.2.5.ebuild | |
parent | x11-wm/muffin: Version bump (diff) | |
download | gentoo-23f9583d705fc81cc4e6fee3ffcc453c77121f03.tar.gz gentoo-23f9583d705fc81cc4e6fee3ffcc453c77121f03.tar.bz2 gentoo-23f9583d705fc81cc4e6fee3ffcc453c77121f03.zip |
net-analyzer/zabbix: 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 'net-analyzer/zabbix/zabbix-2.2.5.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-2.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/zabbix/zabbix-2.2.5.ebuild b/net-analyzer/zabbix/zabbix-2.2.5.ebuild index fb86e85ab3ae..4510f2e798e4 100644 --- a/net-analyzer/zabbix/zabbix-2.2.5.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit flag-o-matic webapp depend.php autotools java-pkg-opt-2 user systemd toolchain-funcs +inherit flag-o-matic webapp autotools java-pkg-opt-2 user systemd toolchain-funcs DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="http://www.zabbix.com/" |