Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/linux-sources/
Date: Thu, 02 Jan 2020 21:32:59
Message-Id: 1578000770.7cc3472b1bbd63b2a7afb760961e1d25708fe683.mgorny@gentoo
1 commit: 7cc3472b1bbd63b2a7afb760961e1d25708fe683
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 21:30:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 21:32:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc3472b
7
8 virtual/linux-sources: Permit vanilla-kernel as sources provider
9
10 While vanilla-kernel does not install full kernel sources, it provides
11 enough files to build kernel modules. Add it to the list to avoid
12 meaninglessly pulling another sources.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 .../{linux-sources-3-r1.ebuild => linux-sources-3-r2.ebuild} | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/virtual/linux-sources/linux-sources-3-r1.ebuild b/virtual/linux-sources/linux-sources-3-r2.ebuild
20 similarity index 90%
21 rename from virtual/linux-sources/linux-sources-3-r1.ebuild
22 rename to virtual/linux-sources/linux-sources-3-r2.ebuild
23 index e3959f883fd..d8bca86e677 100644
24 --- a/virtual/linux-sources/linux-sources-3-r1.ebuild
25 +++ b/virtual/linux-sources/linux-sources-3-r2.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -23,4 +23,5 @@ RDEPEND="
33 sys-kernel/zen-sources
34 sys-kernel/aufs-sources
35 sys-kernel/raspberrypi-sources
36 + sys-kernel/vanilla-kernel
37 )"