From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C452F139085 for ; Thu, 5 Jan 2017 20:47:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 364BDE0D0A; Thu, 5 Jan 2017 20:47:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01891E0D0A for ; Thu, 5 Jan 2017 20:47:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75C7833FECD for ; Thu, 5 Jan 2017 20:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A51132601 for ; Thu, 5 Jan 2017 20:47:31 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1483649215.9d9ccd8eedf2b88dd52f2d5ffc28896c6017f08a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-core/nagios-core-3.5.1.ebuild net-analyzer/nagios-core/nagios-core-4.0.8-r2.ebuild net-analyzer/nagios-core/nagios-core-4.2.3-r1.ebuild net-analyzer/nagios-core/nagios-core-4.2.4.ebuild X-VCS-Directories: net-analyzer/nagios-core/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 9d9ccd8eedf2b88dd52f2d5ffc28896c6017f08a X-VCS-Branch: master Date: Thu, 5 Jan 2017 20:47:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 187fc66e-4e8a-451f-a08b-ec7923ce8f13 X-Archives-Hash: 43f6aede1417c590bd3f16a122e6094c commit: 9d9ccd8eedf2b88dd52f2d5ffc28896c6017f08a Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jan 5 20:44:39 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Jan 5 20:46:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9ccd8e net-analyzer/nagios-core: Add slot operator to perl dependency, bug 593788 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/nagios-core/nagios-core-3.5.1.ebuild | 4 ++-- net-analyzer/nagios-core/nagios-core-4.0.8-r2.ebuild | 4 ++-- net-analyzer/nagios-core/nagios-core-4.2.3-r1.ebuild | 4 ++-- net-analyzer/nagios-core/nagios-core-4.2.4.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild b/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild index adbc7e8..a6e24f3 100644 --- a/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild +++ b/net-analyzer/nagios-core/nagios-core-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ DEPEND="virtual/mailx lighttpd? ( www-servers/lighttpd dev-lang/php[cgi] ) apache2? ( || ( dev-lang/php[apache2] dev-lang/php[cgi] ) ) ) - perl? ( >=dev-lang/perl-5.6.1-r7 )" + perl? ( >=dev-lang/perl-5.6.1-r7:= )" RDEPEND="${DEPEND} !net-analyzer/nagios-imagepack vim-syntax? ( app-vim/nagios-syntax )" diff --git a/net-analyzer/nagios-core/nagios-core-4.0.8-r2.ebuild b/net-analyzer/nagios-core/nagios-core-4.0.8-r2.ebuild index a62b53a..948f188 100644 --- a/net-analyzer/nagios-core/nagios-core-4.0.8-r2.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.0.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -68,7 +68,7 @@ PHP_FPM="( >=www-servers/apache-2.4[${APACHE_MODS},apache2_modules_proxy_fcgi] DEPEND="dev-libs/libltdl virtual/mailx - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd[php] ) apache2? ( || ( ${PHP_MOD} ${PHP_CGI} ${PHP_FCGID} ${PHP_FPM} ) ) )" diff --git a/net-analyzer/nagios-core/nagios-core-4.2.3-r1.ebuild b/net-analyzer/nagios-core/nagios-core-4.2.3-r1.ebuild index 568b919..8e497fc 100644 --- a/net-analyzer/nagios-core/nagios-core-4.2.3-r1.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,7 +51,7 @@ REQUIRED_USE="apache2? ( !lighttpd )" MOD_ALIAS=apache2_modules_alias DEPEND="sys-devel/libtool virtual/mailx - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) web? ( app-arch/unzip media-libs/gd[jpeg,png] diff --git a/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild b/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild index bcbcc91..04676eb 100644 --- a/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,7 +51,7 @@ REQUIRED_USE="apache2? ( !lighttpd )" MOD_ALIAS=apache2_modules_alias DEPEND="sys-devel/libtool virtual/mailx - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) web? ( app-arch/unzip media-libs/gd[jpeg,png]