Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733964 - x11-wm/openbox-3.6.1-r3 and 9999 missing BDEPEND
Summary: x11-wm/openbox-3.6.1-r3 and 9999 missing BDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LxQt maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-26 11:16 UTC by Mart Raudsepp
Modified: 2020-08-13 15:47 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 Mart Raudsepp gentoo-dev 2020-07-26 11:16:50 UTC
openbox has received a EAPI-7 port without properly assigning BDEPEND. Please fix. Should probably become:

DEPEND="${RDEPEND}"
BDEPEND="
        sys-devel/gettext
        virtual/pkgconfig
        x11-base/xorg-proto
"
Comment 1 Mart Raudsepp gentoo-dev 2020-07-26 18:52:14 UTC
Actually, probably more like:


DEPEND="${RDEPEND}
        x11-base/xorg-proto"
BDEPEND="
        sys-devel/gettext
        virtual/pkgconfig
"
Comment 2 Chiitoo gentoo-dev 2020-07-26 20:38:48 UTC
Thanks!

I'll hopefully get to it soon.
Comment 3 Larry the Git Cow gentoo-dev 2020-08-13 15:47:17 UTC
The bug has been closed via the following commit(s):

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

commit 786b20fa6aff12f05fd338faf227442ecc7dad8e
Author:     Jimi Huotari <chiitoo@gentoo.org>
AuthorDate: 2020-08-13 02:28:33 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-08-13 15:45:28 +0000

    x11-wm/openbox: add missing BDEPEND
    
    Reported-by: Mart Raudsepp <leio@gentoo.org>
    Closes: https://bugs.gentoo.org/733964
    Package-Manager: Portage-3.0.2, Repoman-2.3.23
    Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/17107
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 x11-wm/openbox/openbox-3.6.1-r3.ebuild | 12 ++++++++----
 x11-wm/openbox/openbox-9999.ebuild     | 12 ++++++++----
 2 files changed, 16 insertions(+), 8 deletions(-)