Re: [gentoo-user] Inter-package dependencies.

2019-06-20 Thread Rich Freeman
On Thu, Jun 20, 2019 at 1:34 AM aleiphoenix . wrote: > > On Thu, Jun 20, 2019 at 1:30 PM aleiphoenix . wrote: > > See some ebuilds like > > x11-drivers/nvidia-drivers/nvidia-drivers-430.14.ebuild > > > > if use kernel_linux && kernel_is ge 5 2; then > > ewarn "Gentoo

Re: [gentoo-user] Inter-package dependencies.

2019-06-19 Thread aleiphoenix .
On Thu, Jun 20, 2019 at 1:30 PM aleiphoenix . wrote: > See some ebuilds like x11-drivers/nvidia-drivers/nvidia-drivers-430.14.ebuild > > if use kernel_linux && kernel_is ge 5 2; then > ewarn "Gentoo supports kernels which are supported by NVIDIA" > ewarn

Re: [gentoo-user] Inter-package dependencies.

2019-06-19 Thread aleiphoenix .
On Thu, Jun 20, 2019 at 11:20 AM Grant Taylor wrote: > > After the good input that I received in the "Preventing new versions of > gentoo-sources…" thread, I figured I'd ask this question: > > Is there a way to cause ebuild file to limit the version of other > packages, e.g.

[gentoo-user] Inter-package dependencies.

2019-06-19 Thread Grant Taylor
After the good input that I received in the "Preventing new versions of gentoo-sources…" thread, I figured I'd ask this question: Is there a way to cause ebuild file to limit the version of other packages, e.g. net-misc/openvswitch's limiting sys-kernel/gentoo-sources to a supported kernel