Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 685258

Summary: app-misc/ca-certificates: prefix-stack needs pkg_inst deps in DEPEND
Product: Gentoo Linux Reporter: Michael Haubenwallner (RETIRED) <haubi>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED OBSOLETE    
Severity: normal CC: prefix
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=660306
https://bugs.gentoo.org/show_bug.cgi?id=658572
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: [PATCH] app-misc/ca-certificates: adjust pkg_* deps for prefix-stack

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