16 lines
278 B
Bash
16 lines
278 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Virtual for a Win4Lin-capable kernel"
|
|
SLOT="0"
|
|
KEYWORDS="-* ~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
|| (
|
|
sys-kernel/win4lin-kernel
|
|
sys-kernel/win4lin-sources
|
|
)
|
|
"
|