Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 683866 - xorg-3.eclass EAPI=7 should BDEPEND not DEPEND on virtual/pkgconfig
Summary: xorg-3.eclass EAPI=7 should BDEPEND not DEPEND on virtual/pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-20 03:56 UTC by hanetzer
Modified: 2019-04-26 18:06 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 hanetzer 2019-04-20 03:56:34 UTC
One of the major primary features of EAPI 7 is the addition of BDEPEND
and other B-prefixed variables. These are programs which are required
for build and must be able to be executed by the building system.
virtual/pkgconfig is for the most part only required for building barring
the occasional buildsystem type package or IDE. It logically belongs in
BDEPEND in almost all cases.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-26 18:06:35 UTC
The bug has been closed via the following commit(s):

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

commit b2458fdb271fbebf6900a62208da07719f143f82
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2019-04-26 17:57:28 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2019-04-26 18:06:24 +0000

    xorg-3.eclass: BDEPEND on virtual/pkgconfig
    
    Closes: https://bugs.gentoo.org/683866
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 eclass/xorg-3.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)