Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639394 - mail-client/roundcube-1.3.3 depends on dev-lang/php[crypt] not in >=7.2
Summary: mail-client/roundcube-1.3.3 depends on dev-lang/php[crypt] not in >=7.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-01 16:59 UTC by Craig Andrews
Modified: 2017-12-07 15:49 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Andrews gentoo-dev 2017-12-01 16:59:44 UTC
mail-client/roundcube-1.3.3 depends on dev-lang/php[crypt]. The crypt USE flag was removed from php 7.2 (bug 639286) because upstream removed it: https://wiki.php.net/rfc/mcrypt-viking-funeral

Looking through https://github.com/roundcube/roundcubemail/blob/1.3.3 it doesn't look like mcrypt is used, so simply updating the ebuild to remove this requirement should suffice.
Comment 1 Craig Andrews gentoo-dev 2017-12-01 17:00:42 UTC
Also, I've tested roundcube with PHP 7.2 and haven't experienced any problems.
Comment 2 Larry the Git Cow gentoo-dev 2017-12-07 15:49:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b244aeb7fe3eba32a301d329091c065ea1c750

commit 19b244aeb7fe3eba32a301d329091c065ea1c750
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2017-12-01 17:04:54 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2017-12-07 15:49:11 +0000

    mail-client/roundcube: Don't depend on dev-lang/php[crypt]
    
    The crypt use flag was removed in dev-lang/php-7.2 and roundcube doesn't use it
    
    Closes: https://bugs.gentoo.org/639394
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 mail-client/roundcube/Manifest                  | 10 ++--
 mail-client/roundcube/roundcube-1.3.3-r1.ebuild | 76 +++++++++++++++++++++++++
 2 files changed, 81 insertions(+), 5 deletions(-)