commit:     495e494af5821477af614d9c2a68c1b47b812070
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 20:43:27 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 20:44:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495e494a

www-apps/nextcloud: restrict allowed php versions

23.x especially only supports 8.0 at most

Closes: https://bugs.gentoo.org/840221
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/nextcloud/nextcloud-23.0.5.ebuild | 2 +-
 www-apps/nextcloud/nextcloud-23.0.7.ebuild | 2 +-
 www-apps/nextcloud/nextcloud-24.0.3.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apps/nextcloud/nextcloud-23.0.5.ebuild 
b/www-apps/nextcloud/nextcloud-23.0.5.ebuild
index b398da7a1cb9..37b7883c8d76 100644
--- a/www-apps/nextcloud/nextcloud-23.0.5.ebuild
+++ b/www-apps/nextcloud/nextcloud-23.0.5.ebuild
@@ -15,7 +15,7 @@ IUSE="+curl +imagemagick mysql postgres +sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
+RDEPEND="<dev-lang/php-8.1[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
        imagemagick? ( dev-php/pecl-imagick )
        virtual/httpd-php"
 

diff --git a/www-apps/nextcloud/nextcloud-23.0.7.ebuild 
b/www-apps/nextcloud/nextcloud-23.0.7.ebuild
index 3c8e3b4c7564..ae0486c3b736 100644
--- a/www-apps/nextcloud/nextcloud-23.0.7.ebuild
+++ b/www-apps/nextcloud/nextcloud-23.0.7.ebuild
@@ -15,7 +15,7 @@ IUSE="+curl +imagemagick mysql postgres +sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
+RDEPEND="<dev-lang/php-8.1[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
        imagemagick? ( dev-php/pecl-imagick )
        virtual/httpd-php"
 

diff --git a/www-apps/nextcloud/nextcloud-24.0.3.ebuild 
b/www-apps/nextcloud/nextcloud-24.0.3.ebuild
index 3c8e3b4c7564..e35dd132e50a 100644
--- a/www-apps/nextcloud/nextcloud-24.0.3.ebuild
+++ b/www-apps/nextcloud/nextcloud-24.0.3.ebuild
@@ -15,7 +15,7 @@ IUSE="+curl +imagemagick mysql postgres +sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
+RDEPEND="<dev-lang/php-8.2[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
        imagemagick? ( dev-php/pecl-imagick )
        virtual/httpd-php"
 

Reply via email to