virtual/linux-sources: Permit vanilla-kernel as sources provider
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 21:30:08 +0000 (22:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 21:32:50 +0000 (22:32 +0100)
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>
virtual/linux-sources/linux-sources-3-r2.ebuild [moved from virtual/linux-sources/linux-sources-3-r1.ebuild with 90% similarity]

similarity index 90%
rename from virtual/linux-sources/linux-sources-3-r1.ebuild
rename to virtual/linux-sources/linux-sources-3-r2.ebuild
index e3959f883fd690f7cd3f50a7490842499e91139c..d8bca86e67731eb6ead105d69097050e28828083 100644 (file)
@@ -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
        )"