diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-02-25 15:13:30 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-02-25 15:13:30 +0000 |
commit | 4fa402893a700cf0e563a402f11ba73c1ff75a0c (patch) | |
tree | 2f8627b237dcbd57c9e85d692b66c670c9dcd921 /net-analyzer | |
parent | amd64 stable, security bug 209133 (diff) | |
download | gentoo-2-4fa402893a700cf0e563a402f11ba73c1ff75a0c.tar.gz gentoo-2-4fa402893a700cf0e563a402f11ba73c1ff75a0c.tar.bz2 gentoo-2-4fa402893a700cf0e563a402f11ba73c1ff75a0c.zip |
amd64 stable, security bug 209918
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.7b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/cacti/ChangeLog b/net-analyzer/cacti/ChangeLog index 0d6e276b74e1..09a5e301b4ab 100644 --- a/net-analyzer/cacti/ChangeLog +++ b/net-analyzer/cacti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/cacti # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.130 2008/02/24 11:35:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.131 2008/02/25 15:13:30 beandog Exp $ + + 25 Feb 2008; Steve Dibb <beandog@gentoo.org> cacti-0.8.7b.ebuild: + amd64 stable, security bug 209918 24 Feb 2008; Markus Meier <maekke@gentoo.org> cacti-0.8.7b.ebuild: x86 stable, bug #210840 diff --git a/net-analyzer/cacti/cacti-0.8.7b.ebuild b/net-analyzer/cacti/cacti-0.8.7b.ebuild index db1bdcaf9883..4978df9e788c 100644 --- a/net-analyzer/cacti/cacti-0.8.7b.ebuild +++ b/net-analyzer/cacti/cacti-0.8.7b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7b.ebuild,v 1.4 2008/02/24 11:35:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7b.ebuild,v 1.5 2008/02/25 15:13:30 beandog Exp $ inherit eutils webapp depend.apache depend.php @@ -21,7 +21,7 @@ if [ "${HAS_PATCHES}" == "1" ] ; then fi LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86" IUSE="snmp bundled-adodb" DEPEND="" |