Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688058 - www-apps/drupal: dev-lang/php USE hash removed in future versions
Summary: www-apps/drupal: dev-lang/php USE hash removed in future versions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-14 14:34 UTC by Brian Evans (RETIRED)
Modified: 2019-11-20 17:34 UTC (History)
0 users

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 Brian Evans (RETIRED) gentoo-dev 2019-06-14 14:34:09 UTC
Beginning in PHP 7.4, the hash extension will be a required piece of the software.  As such, the USE flag will be removed.

Please update the dependency to read hash(+)
Comment 1 Larry the Git Cow gentoo-dev 2019-11-07 18:58:33 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=cad3e9cccc46e71b36fac8bba7757e90cfcb00af

commit cad3e9cccc46e71b36fac8bba7757e90cfcb00af
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
AuthorDate: 2019-11-07 18:57:22 +0000
Commit:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
CommitDate: 2019-11-07 18:57:22 +0000

    www-apps/drupal: Drop accelerator use and fix dev-lang/php[hash] dep.
    
    Drop the acclerator use flag and deps as xcache is going away.
    Use dev-lang/php[hash(+)] as hash become required since PHP 7.4.
    Bug: https://bugs.gentoo.org/688058
    Package-Manager: Portage-2.3.72, Repoman-2.3.17
    Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>

 www-apps/drupal/drupal-7.67-r1.ebuild  | 65 +++++++++++++++++++++++++++++
 www-apps/drupal/drupal-8.7.9-r1.ebuild | 75 ++++++++++++++++++++++++++++++++++
 2 files changed, 140 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2019-11-20 16:20:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b197b64333c5bc1685738fc4c65a304d89694a

commit 86b197b64333c5bc1685738fc4c65a304d89694a
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
AuthorDate: 2019-11-20 16:19:32 +0000
Commit:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
CommitDate: 2019-11-20 16:20:14 +0000

    www-apps/drupal: 8.7.10 version bump and clean-ups.
    
    Version bump.
    Drop the acclerator use flag and deps as xcache is going away.
    Use dev-lang/php[hash(+)] as hash become required since PHP 7.4.
    Bug: https://bugs.gentoo.org/688058
    Review dev-lang/php deps and fix keywords.
    Thanks to Brian Evans <grknight@gentoo.org> for the review.
    
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>

 www-apps/drupal/Manifest             |  1 +
 www-apps/drupal/drupal-8.7.10.ebuild | 68 ++++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)