mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
app-misc/tinyfetch: add pci USE flag
Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
parent
e7134914bb
commit
a3f010279b
@ -11,8 +11,24 @@ if [[ ${PV} == 9999 ]]; then
|
||||
S="${WORKDIR}/${PN}-9999"
|
||||
fi
|
||||
|
||||
IUSE="+pci"
|
||||
|
||||
RDEPEND="
|
||||
pci? (
|
||||
sys-apps/pciutils
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DESCRIPTION="fetch program written in pure C"
|
||||
HOMEPAGE="https://github.com/kernaltrap8/tinyfetch"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
src_unpack() {
|
||||
if use pci ; then
|
||||
EGIT_BRANCH=pci
|
||||
fi
|
||||
git-r3_src_unpack
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user