virtual/boot: new package

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 18:38:31 +01:00
parent 5086040008
commit e4d80eca62
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual of a R recommended package"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
|| (
dev-lang/R[-minimal]
dev-R/boot
)
"