Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/agendav/
Date: Mon, 21 Jan 2019 12:04:20
Message-Id: 1548072208.f085f21f22d4da40779770f2fe7dc6a9ae6babe8.grobian@gentoo
1 commit: f085f21f22d4da40779770f2fe7dc6a9ae6babe8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 21 11:55:33 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 21 12:03:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f085f21f
7
8 www-apps/agendav: update php dependency
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apps/agendav/agendav-2.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-apps/agendav/agendav-2.2.0.ebuild b/www-apps/agendav/agendav-2.2.0.ebuild
17 index 47b914cb2e6..ead4966a1fa 100644
18 --- a/www-apps/agendav/agendav-2.2.0.ebuild
19 +++ b/www-apps/agendav/agendav-2.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
27 LICENSE="GPL-3+"
28 KEYWORDS="~amd64 ~ppc64"
29
30 -RDEPEND=">=dev-lang/php-5.5.9[ctype,curl,crypt,unicode,tokenizer,xml,xmlreader,xmlwriter]
31 +RDEPEND=">=dev-lang/php-5.6[ctype,curl,unicode,tokenizer,xml,xmlreader,xmlwriter]
32 virtual/httpd-php
33 || ( >=virtual/mysql-5.1 >=dev-db/postgresql-8.1 )"