dev-R/*: remove AR export no more needed

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-08 12:45:13 +02:00
parent 9ac9f8dfc1
commit 218256a2b8
6 changed files with 6 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit R-packages toolchain-funcs
inherit R-packages
DESCRIPTION='High-Performance Stemmer, Tokenizer and Spell Checker'
KEYWORDS="~amd64"
@@ -20,7 +20,3 @@ RDEPEND="
"
#bundling status: https://github.com/ropensci/hunspell/issues/34
src_prepare() {
tc-export AR
R-packages_src_prepare
}