diff options
author | 2009-04-04 14:12:21 +0000 | |
---|---|---|
committer | 2009-04-04 14:12:21 +0000 | |
commit | ea06f85b696943708752f97613034b4b1e645cc2 (patch) | |
tree | c61b09915bd7918f082f187f12f9528fddfba5a7 /net-analyzer | |
parent | amd64/x86 stable, bug #234305 (diff) | |
download | gentoo-2-ea06f85b696943708752f97613034b4b1e645cc2.tar.gz gentoo-2-ea06f85b696943708752f97613034b4b1e645cc2.tar.bz2 gentoo-2-ea06f85b696943708752f97613034b4b1e645cc2.zip |
amd64/x86 stable, bug #256177
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-plugins-snmp/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/nagios-plugins-snmp/ChangeLog b/net-analyzer/nagios-plugins-snmp/ChangeLog index c8d906f829bf..78fbe0187aa5 100644 --- a/net-analyzer/nagios-plugins-snmp/ChangeLog +++ b/net-analyzer/nagios-plugins-snmp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-plugins-snmp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog,v 1.11 2009/03/18 22:19:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog,v 1.12 2009/04/04 14:12:21 maekke Exp $ + + 04 Apr 2009; Markus Meier <maekke@gentoo.org> + nagios-plugins-snmp-0.6.0.ebuild: + amd64/x86 stable, bug #256177 18 Mar 2009; Brent Baude <ranger@gentoo.org> nagios-plugins-snmp-0.6.0-r1.ebuild: diff --git a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild index f6bfe5ea6d72..65e4f81fa3a7 100644 --- a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild +++ b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild,v 1.2 2008/06/29 11:20:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0.ebuild,v 1.3 2009/04/04 14:12:21 maekke Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://nagios.manubulon.com/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="net-analyzer/net-snmp" |