diff options
author | Jason Wever <weeve@gentoo.org> | 2006-04-13 02:40:15 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-04-13 02:40:15 +0000 |
commit | edca9d31a41147f7faf3b938f5a97d59fdcfc6b5 (patch) | |
tree | 1fba3e2106d0977cac7bdf6c90bf491eff99daeb /net-analyzer | |
parent | Stable on SPARC wrt security bug #129151. (diff) | |
download | gentoo-2-edca9d31a41147f7faf3b938f5a97d59fdcfc6b5.tar.gz gentoo-2-edca9d31a41147f7faf3b938f5a97d59fdcfc6b5.tar.bz2 gentoo-2-edca9d31a41147f7faf3b938f5a97d59fdcfc6b5.zip |
Stable on SPARC wrt security bug #129284.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.6h_p20060108-r2.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/cacti/ChangeLog b/net-analyzer/cacti/ChangeLog index 6b49a5db485c..d7369fe2b946 100644 --- a/net-analyzer/cacti/ChangeLog +++ b/net-analyzer/cacti/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/cacti # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.68 2006/04/11 23:05:14 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.69 2006/04/13 02:40:15 weeve Exp $ + + 13 Apr 2006; Jason Wever <weeve@gentoo.org> + cacti-0.8.6h_p20060108-r2.ebuild: + Stable on SPARC wrt security bug #129284. 11 Apr 2006; Jose Luis Rivero <yoswink@gentoo.org> cacti-0.8.6h_p20060108-r2.ebuild: 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 |