aboutsummaryrefslogtreecommitdiff
blob: d90e2b206cd95c2428c48638175b42944d45f3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages

DESCRIPTION='Character String Processing Facilities'
KEYWORDS="~amd64"
LICENSE="GPL-2+ BSD public-domain MIT"

DEPEND="
	>=dev-lang/R-3.1
	>=dev-libs/icu-55
"
RDEPEND="${DEPEND}"