Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685258 - app-misc/ca-certificates: prefix-stack needs pkg_inst deps in DEPEND
Summary: app-misc/ca-certificates: prefix-stack needs pkg_inst deps in DEPEND
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-07 09:41 UTC by Michael Haubenwallner (RETIRED)
Modified: 2021-01-18 19:05 UTC (History)
1 user (show)

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


Attachments
[PATCH] app-misc/ca-certificates: adjust pkg_* deps for prefix-stack (0001-app-misc-ca-certificates-adjust-pkg_-deps-for-prefix.patch,1.28 KB, patch)
2019-05-07 09:52 UTC, Michael Haubenwallner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Haubenwallner (RETIRED) gentoo-dev 2019-05-07 09:41:00 UTC
EAPI 7 still lacks a dedicated DEPEND variable for pkg_* phases (bug#660306), so these dependencies currently are in RDEPEND.
But prefix-stack (bug#65857) does need them in DEPEND instead.
Comment 1 Michael Haubenwallner (RETIRED) gentoo-dev 2019-05-07 09:52:14 UTC
Created attachment 575460 [details, diff]
[PATCH] app-misc/ca-certificates: adjust pkg_* deps for prefix-stack
Comment 2 Larry the Git Cow gentoo-dev 2019-05-14 09:45:27 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c44b2f799a9bcf3cd1749c882d397cc21f1679dd

commit c44b2f799a9bcf3cd1749c882d397cc21f1679dd
Author:     Michael Haubenwallner <haubi@gentoo.org>
AuthorDate: 2019-05-14 09:44:07 +0000
Commit:     Michael Haubenwallner <haubi@gentoo.org>
CommitDate: 2019-05-14 09:44:57 +0000

    +app-misc/ca-certificates: tune RDEPEND for prefix-stack
    
    Bug: https://bugs.gentoo.org/685258
    Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12
    Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>

 app-misc/ca-certificates/Manifest                  |   3 +
 .../ca-certificates-20190110.3.43.ebuild           | 188 +++++++++++++++++++++
 .../files/ca-certificates-20150426-root.patch      |  49 ++++++
 app-misc/ca-certificates/metadata.xml              |  14 ++
 app-misc/metadata.xml                              |  36 ++++
 5 files changed, 290 insertions(+)
Comment 3 Fabian Groffen gentoo-dev 2021-01-18 19:05:59 UTC
this uses BDEPEND now