Gentoo Archives: gentoo-user

From: "aleiphoenix ." <aleiphoenix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Inter-package dependencies.
Date: Thu, 20 Jun 2019 05:34:49
Message-Id: CAPTGtd6MOnQX5d82MuaM64MthvAzM=P3x82aFC7TF+=07hESPw@mail.gmail.com
In Reply to: Re: [gentoo-user] Inter-package dependencies. by "aleiphoenix ."
1 On Thu, Jun 20, 2019 at 1:30 PM aleiphoenix . <aleiphoenix@×××××.com> wrote:
2 > See some ebuilds like x11-drivers/nvidia-drivers/nvidia-drivers-430.14.ebuild
3 >
4 > if use kernel_linux && kernel_is ge 5 2; then
5 > ewarn "Gentoo supports kernels which are supported by NVIDIA"
6 > ewarn "which are limited to the following kernels:"
7 > ewarn "<sys-kernel/gentoo-sources-5.2"
8 > ewarn "<sys-kernel/vanilla-sources-5.2"
9 > ewarn ""
10 > ewarn "You are free to utilize epatch_user to provide whatever"
11 > ewarn "support you feel is appropriate, but will not receive"
12 > ewarn "support as a result of those changes."
13 > ewarn ""
14 > ewarn "Do not file a bug report about this."
15 > ewarn ""
16 > fi
17 >
18 > You could die there :)
19
20 Sorry about the typo, I mean you could use "die" there.

Replies

Subject Author
Re: [gentoo-user] Inter-package dependencies. Rich Freeman <rich0@g.o>