Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 769743 - net-dns/libidn: use BDEPEND with EAPI 7
Summary: net-dns/libidn: use BDEPEND with EAPI 7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-02-09 14:49 UTC by David Michael
Modified: 2021-03-21 19:00 UTC (History)
0 users

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


Attachments
fix.patch (0001-net-dns-libidn-use-BDEPEND-with-EAPI-7.patch,1.56 KB, patch)
2021-02-09 14:50 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2021-02-09 14:49:55 UTC
The build system uses programs like xgettext and gmsgfmt from BROOT, so gettext needs to be declared in BDEPEND.  The elist-common eclass also calls emacs from BROOT, so it needs to be in BDEPEND as well.  The build system appears to use libintl in LDFLAGS/LDADD, so it should be in DEPEND+RDEPEND.
Comment 1 David Michael 2021-02-09 14:50:52 UTC
Created attachment 686136 [details, diff]
fix.patch
Comment 2 Larry the Git Cow gentoo-dev 2021-03-21 19:00:47 UTC
The bug has been closed via the following commit(s):

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

commit 395b5ecca896e9aee19c5bbbd1e2fa9173cc5c1b
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2021-03-21 19:00:29 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-03-21 19:00:29 +0000

    net-dns/libidn: use BDEPEND with EAPI 7
    
    Closes: https://bugs.gentoo.org/769743
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: David Michael <fedora.dm0@gmail.com>
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-dns/libidn/libidn-1.36.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)