diff options
Diffstat (limited to 'net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild')
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild b/net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild index 0bd7347f057b..435f8a2a6ac3 100644 --- a/net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild +++ b/net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild,v 1.3 2006/04/11 23:05:15 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild,v 1.4 2006/04/13 02:40:15 weeve Exp $ inherit eutils webapp depend.apache @@ -19,7 +19,7 @@ for i in $UPSTREAM_PATCHES ; do done LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86" IUSE="snmp" DEPEND="" @@ -27,7 +27,8 @@ DEPEND="" want_apache # alpha doesn't have lighttpd keyworded yet -RDEPEND="!alpha? ( !apache? ( !apache2? ( www-servers/lighttpd ) ) ) +# sparc doesn't have a stable keyword for lighttpd yet +RDEPEND="!alpha? ( !sparc? ( !apache? ( !apache2? ( www-servers/lighttpd ) ) ) ) snmp? ( net-analyzer/net-snmp ) net-analyzer/rrdtool dev-db/mysql |