Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622608 - net-wireless/wireless-regdb should have sys-apps/lsb-release in DEPEND
Summary: net-wireless/wireless-regdb should have sys-apps/lsb-release in DEPEND
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-24 12:09 UTC by Vladimir Pavljuchenkov (SpiderX)
Modified: 2021-11-19 15:30 UTC (History)
1 user (show)

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 Vladimir Pavljuchenkov (SpiderX) 2017-06-24 12:09:57 UTC
From wireless-regdb's Makefile:

LSB_RELEASE ?= /usr/bin/lsb_release
WHOAMI ?= /usr/bin/whoami

# Distro name: Ubuntu, Debian, Fedora, if not present you get
# "custom-distro", if your distribution does not have the LSB stuff,
# then set this variable when calling make if you don't want "custom-distro"
LSB_ID ?= $(shell if [ -f $(LSB_RELEASE) ]; then \
                        $(LSB_RELEASE) -i -s; \
                else \
                        echo custom-distro; \
                fi)

I know that ebuild doesn't build regulatory.bin, but for those who have to build it, it will save some time.

Reproducible: Always
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2021-11-19 15:30:38 UTC
We don't build this package, which you knew when you opened the bug.  I'm not adding a dep we don't use.