Files
guru/virtual/boot/boot-0.ebuild
Robert Greener 50b1ac15f2 virtual/boot: update copyright year
Signed-off-by: Robert Greener <me@r0bert.dev>
2022-07-04 09:09:20 +01:00

20 lines
282 B
Bash

# Copyright 1999-2022 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
)
"