diff options
author | Markus Meier <maekke@gentoo.org> | 2008-02-24 11:37:12 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-02-24 11:37:12 +0000 |
commit | f1b3d39330a3cac4247b41a0eaa2a6e0c4facbd4 (patch) | |
tree | 67e07e4de91a3c35fae0391f0af60b67759c8a1c /net-analyzer/cacti | |
parent | Version bump. Fixes one test-error (upstream bug: http://bugzilla.osafoundati... (diff) | |
download | historical-f1b3d39330a3cac4247b41a0eaa2a6e0c4facbd4.tar.gz historical-f1b3d39330a3cac4247b41a0eaa2a6e0c4facbd4.tar.bz2 historical-f1b3d39330a3cac4247b41a0eaa2a6e0c4facbd4.zip |
x86 stable, bug #210840
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-analyzer/cacti')
-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 1ffa5ce171a2..0d6e276b74e1 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.129 2008/02/22 01:20:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.130 2008/02/24 11:35:13 maekke Exp $ + + 24 Feb 2008; Markus Meier <maekke@gentoo.org> cacti-0.8.7b.ebuild: + x86 stable, bug #210840 22 Feb 2008; Brent Baude <ranger@gentoo.org> cacti-0.8.7b.ebuild: Marking cacti-0.8.7b ppc64 for bug 210840 diff --git a/net-analyzer/cacti/cacti-0.8.7b.ebuild b/net-analyzer/cacti/cacti-0.8.7b.ebuild index 0bd632ad9123..db1bdcaf9883 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.3 2008/02/22 01:20:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7b.ebuild,v 1.4 2008/02/24 11:35:13 maekke 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="" |