diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-01-21 12:55:33 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-01-21 13:03:28 +0100 |
commit | f085f21f22d4da40779770f2fe7dc6a9ae6babe8 (patch) | |
tree | b6910f59be867b7a87b87e51192c3eebe5b14b91 /www-apps/agendav | |
parent | sys-kernel/git-sources: Linux patch 5.0-rc3 (diff) | |
download | gentoo-f085f21f22d4da40779770f2fe7dc6a9ae6babe8.tar.gz gentoo-f085f21f22d4da40779770f2fe7dc6a9ae6babe8.tar.bz2 gentoo-f085f21f22d4da40779770f2fe7dc6a9ae6babe8.zip |
www-apps/agendav: update php dependency
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'www-apps/agendav')
-rw-r--r-- | www-apps/agendav/agendav-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/agendav/agendav-2.2.0.ebuild b/www-apps/agendav/agendav-2.2.0.ebuild index 47b914cb2e67..ead4966a1fa6 100644 --- a/www-apps/agendav/agendav-2.2.0.ebuild +++ b/www-apps/agendav/agendav-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3+" KEYWORDS="~amd64 ~ppc64" -RDEPEND=">=dev-lang/php-5.5.9[ctype,curl,crypt,unicode,tokenizer,xml,xmlreader,xmlwriter] +RDEPEND=">=dev-lang/php-5.6[ctype,curl,unicode,tokenizer,xml,xmlreader,xmlwriter] virtual/httpd-php || ( >=virtual/mysql-5.1 >=dev-db/postgresql-8.1 )" |