Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688786 - app-crypt/mit-krb5: Please utilize BDEPEND with EAPI 7 (breaks prefix-stack)
Summary: app-crypt/mit-krb5: Please utilize BDEPEND with EAPI 7 (breaks prefix-stack)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-27 08:13 UTC by Michael Haubenwallner (RETIRED)
Modified: 2019-06-28 06:23 UTC (History)
1 user (show)

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


Attachments
proposed patch (0001-app-crypt-mit-krb5-utilize-BDEPEND-with-EAPI-7.patch,1.23 KB, patch)
2019-06-27 08:16 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-06-27 08:13:04 UTC
With EAPI 7 there is BDEPEND for build dependencies,
and for app-crypt/mit-krb5-1.17 this boils down to a diff like:

--- a/app-crypt/mit-krb5/mit-krb5-1.17.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.17.ebuild
@@ -39,6 +39,8 @@ CDEPEND="
        xinetd? ( sys-apps/xinetd )
        "
 DEPEND="${CDEPEND}
+"
+BDEPEND="
        ${PYTHON_DEPS}
        virtual/yacc
        cpu_flags_x86_aes? (

Thoughts?
Comment 1 Michael Haubenwallner (RETIRED) gentoo-dev 2019-06-27 08:16:21 UTC
Created attachment 581126 [details, diff]
proposed patch

Otherwise: OK to push this patch?
Comment 2 Eray Aslan gentoo-dev 2019-06-28 05:48:45 UTC
sure.  go ahead.
Comment 3 Larry the Git Cow gentoo-dev 2019-06-28 06:23:42 UTC
The bug has been closed via the following commit(s):

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

commit 6a0264998a73dc0e0e692eebf671b3ca09359876
Author:     Michael Haubenwallner <haubi@gentoo.org>
AuthorDate: 2019-06-27 08:13:44 +0000
Commit:     Michael Haubenwallner <haubi@gentoo.org>
CommitDate: 2019-06-28 06:20:54 +0000

    app-crypt/mit-krb5: utilize BDEPEND with EAPI 7
    
    Closes: https://bugs.gentoo.org/688786
    Package-Manager: Portage-2.3.66, Repoman-2.3.11
    Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>

 app-crypt/mit-krb5/mit-krb5-1.17.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)