Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927217 - 23.0 package.use should restore dev-lang/php +cli
Summary: 23.0 package.use should restore dev-lang/php +cli
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-17 21:24 UTC by Brian Evans
Modified: 2024-03-22 19:37 UTC (History)
2 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 Brian Evans 2024-03-17 21:24:53 UTC
Because of the -cli in 23.0's make.defaults and the default USE_ORDER, the default cli SAPI of dev-lang/php is lost.

Please restore it with a package.use entry.

Not including this entry will have an unfulfilled REQUIRED_USE trigger by default on any install of dev-lang/php if no USE are set by users.
Comment 1 Larry the Git Cow gentoo-dev 2024-03-22 19:37:12 UTC
The bug has been closed via the following commit(s):

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

commit b29bdf91eff134ec14e92b3824961fc84a04940d
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2024-03-22 19:34:05 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2024-03-22 19:36:57 +0000

    profiles: Move default-on of USE=cli to 17.0 directory, so it can be "unset" in 23.0
    
    This way the default can be overridden by in-ebuild use defaults.
    
    Bug: https://bugs.gentoo.org/831045
    Bug: https://bugs.gentoo.org/925520
    Closes: https://bugs.gentoo.org/927217
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 profiles/default/linux/make.defaults | 5 ++++-
 profiles/releases/17.0/make.defaults | 3 ++-
 profiles/releases/23.0/make.defaults | 3 ---
 3 files changed, 6 insertions(+), 5 deletions(-)