diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-02 22:30:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-02 22:32:50 +0100 |
commit | 7cc3472b1bbd63b2a7afb760961e1d25708fe683 (patch) | |
tree | fa301fc6b104b6d0968079307314e34dd357c2bd /virtual | |
parent | media-libs/libglvnd-1.3.0: add ~sparc, bug 702132 (diff) | |
download | gentoo-7cc3472b1bbd63b2a7afb760961e1d25708fe683.tar.gz gentoo-7cc3472b1bbd63b2a7afb760961e1d25708fe683.tar.bz2 gentoo-7cc3472b1bbd63b2a7afb760961e1d25708fe683.zip |
virtual/linux-sources: Permit vanilla-kernel as sources provider
While vanilla-kernel does not install full kernel sources, it provides
enough files to build kernel modules. Add it to the list to avoid
meaninglessly pulling another sources.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/linux-sources/linux-sources-3-r2.ebuild (renamed from virtual/linux-sources/linux-sources-3-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual/linux-sources/linux-sources-3-r1.ebuild b/virtual/linux-sources/linux-sources-3-r2.ebuild index e3959f883fd6..d8bca86e6773 100644 --- a/virtual/linux-sources/linux-sources-3-r1.ebuild +++ b/virtual/linux-sources/linux-sources-3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,4 +23,5 @@ RDEPEND=" sys-kernel/zen-sources sys-kernel/aufs-sources sys-kernel/raspberrypi-sources + sys-kernel/vanilla-kernel )" |