diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 15:30:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 15:30:17 +0000 |
commit | 7e28a91d134a41099f18775e7b113da59f354d87 (patch) | |
tree | 8ddb7e03ff6190ca35484a3957866e61a3774205 /net-analyzer | |
parent | Stable for amd64, wrt bug #554282 (diff) | |
download | gentoo-2-7e28a91d134a41099f18775e7b113da59f354d87.tar.gz gentoo-2-7e28a91d134a41099f18775e7b113da59f354d87.tar.bz2 gentoo-2-7e28a91d134a41099f18775e7b113da59f354d87.zip |
Stable for amd64, wrt bug #554282
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/icinga2/ChangeLog b/net-analyzer/icinga2/ChangeLog index e8130d3c23e3..b4e69a9c271d 100644 --- a/net-analyzer/icinga2/ChangeLog +++ b/net-analyzer/icinga2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/icinga2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.41 2015/07/20 22:51:23 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.42 2015/08/06 15:30:17 ago Exp $ + + 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> icinga2-2.3.5.ebuild: + Stable for amd64, wrt bug #554282 *icinga2-2.3.8 (20 Jul 2015) diff --git a/net-analyzer/icinga2/icinga2-2.3.5.ebuild b/net-analyzer/icinga2/icinga2-2.3.5.ebuild index 3899214a3205..16646f305024 100644 --- a/net-analyzer/icinga2/icinga2-2.3.5.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.3.5.ebuild,v 1.1 2015/06/17 20:11:49 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.3.5.ebuild,v 1.2 2015/08/06 15:30:17 ago Exp $ EAPI=5 inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionator @@ -11,7 +11,7 @@ SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+mysql postgres classicui minimal nano-syntax +plugins +vim-syntax" DEPEND=" |