blob: eacda78fe97ef45cabfe5064696167d67c03eb64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2022 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A dummy package for kernel sources."
HOMEPAGE="https://kernel.org"
SRC_URI=""
KEYWORDS="*"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
PDEPEND="virtual/linux-sources"
|