summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2012-09-16 11:06:36 +0000
committerAndreas Schuerch <nativemad@gentoo.org>2012-09-16 11:06:36 +0000
commitaa977f084a2a8d21e7373a8e80f48536c1c4ba85 (patch)
tree29ac3df79c363129bc4660f01437a8edfc9abf13 /net-analyzer/icinga
parentFix build against ruby, bug #424789 by tman and patch by Ian Abbott. (diff)
downloadgentoo-2-aa977f084a2a8d21e7373a8e80f48536c1c4ba85.tar.gz
gentoo-2-aa977f084a2a8d21e7373a8e80f48536c1c4ba85.tar.bz2
gentoo-2-aa977f084a2a8d21e7373a8e80f48536c1c4ba85.zip
x86 stable, see bug 434586
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/icinga')
-rw-r--r--net-analyzer/icinga/ChangeLog5
-rw-r--r--net-analyzer/icinga/icinga-1.7.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/icinga/ChangeLog b/net-analyzer/icinga/ChangeLog
index 925e1db6427e..e4506d51aebc 100644
--- a/net-analyzer/icinga/ChangeLog
+++ b/net-analyzer/icinga/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/icinga
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/ChangeLog,v 1.24 2012/09/11 18:08:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/ChangeLog,v 1.25 2012/09/16 11:06:36 nativemad Exp $
+
+ 16 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> icinga-1.7.2.ebuild:
+ x86 stable, see bug 434586
11 Sep 2012; Agostino Sarubbo <ago@gentoo.org> icinga-1.7.2.ebuild:
Stable for amd64, wrt bug #434586
diff --git a/net-analyzer/icinga/icinga-1.7.2.ebuild b/net-analyzer/icinga/icinga-1.7.2.ebuild
index fa0771a0206e..afe9c1552ab6 100644
--- a/net-analyzer/icinga/icinga-1.7.2.ebuild
+++ b/net-analyzer/icinga/icinga-1.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.7.2.ebuild,v 1.2 2012/09/11 18:08:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.7.2.ebuild,v 1.3 2012/09/16 11:06:36 nativemad Exp $
EAPI=2
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+apache2 eventhandler +idoutils lighttpd +mysql perl +plugins postgres ssl +vim-syntax +web"
DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
perl? ( dev-lang/perl )