diff options
Diffstat (limited to 'net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild')
-rw-r--r-- | net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild b/net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild index 862e6026b7e2..a7197ebf82c2 100644 --- a/net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild +++ b/net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild,v 1.2 2006/10/14 09:46:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix-agent/zabbix-agent-1.1-r1.ebuild,v 1.3 2009/09/23 18:26:02 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/${MY_P}-${MY_PV} |