blob: 18d64ca523e314d98cc5bf8535ec9876d8eafdb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Accurate Nintendo 64 Emulator, meta-package"
HOMEPAGE="https://simple64.github.io/"
LICENSE="metapackage"
SLOT="0/${PV}"
RDEPEND="
games-emulation/simple64-core:=
games-emulation/simple64-input-raphnetraw:=
games-emulation/simple64-input-qt:=
games-emulation/simple64-audio-sdl2:=
games-emulation/simple64-gui:=
games-emulation/simple64-rsp-parallel:=
games-emulation/simple64-video-parallel:=
"
|