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 ABCD0158086 for ; Tue, 19 Oct 2021 13:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E43E087E; Tue, 19 Oct 2021 13:39:45 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65E16E0849 for ; Tue, 19 Oct 2021 13:39:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68ADA34394D for ; Tue, 19 Oct 2021 13:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9B60163 for ; Tue, 19 Oct 2021 13:39:42 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1634650777.f2bdaafce0e32d25edab1337986c8306025bd253.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/roundcube/roundcube-1.4.11.ebuild X-VCS-Directories: mail-client/roundcube/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: f2bdaafce0e32d25edab1337986c8306025bd253 X-VCS-Branch: master Date: Tue, 19 Oct 2021 13:39:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 038d7583-6a80-4231-8517-efd75915ade5 X-Archives-Hash: d82aad3192944e6e61079fa9fb1312e4 commit: f2bdaafce0e32d25edab1337986c8306025bd253 Author: Craig Andrews gentoo org> AuthorDate: Tue Oct 19 13:38:49 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Oct 19 13:39:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2bdaafc mail-client/roundcube: 1.4.11 requires PHP < 8 Closes: https://bugs.gentoo.org/815859 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> mail-client/roundcube/roundcube-1.4.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/roundcube/roundcube-1.4.11.ebuild b/mail-client/roundcube/roundcube-1.4.11.ebuild index cb9a6709c78..9e557b1fae0 100644 --- a/mail-client/roundcube/roundcube-1.4.11.ebuild +++ b/mail-client/roundcube/roundcube-1.4.11.ebuild @@ -25,6 +25,7 @@ need_httpd_cgi RDEPEND=" ${DEPEND} >=dev-lang/php-5.4.0[filter,gd,iconv,json(+),ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml] +