dev-R/hunspell: respect AR

Closes: https://bugs.gentoo.org/794103
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-05 00:44:58 +02:00
parent 38dda6fd52
commit 22af122398
2 changed files with 15 additions and 1 deletions

View File

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

View File

@@ -16,4 +16,14 @@
package to automate checking of files, documentation and
vignettes in all common formats.
</longdescription>
<upstream>
<bugs-to>https://github.com/ropensci/hunspell/issues</bugs-to>
<doc lang="en">https://cran.r-project.org/web/packages/hunspell/hunspell.pdf</doc>
<changelog>https://cran.r-project.org/web/packages/hunspell/NEWS</changelog>
<maintainer>
<name>Jeroen Ooms</name>
<email>jeroen@berkeley.edu</email>
</maintainer>
<remote-id type="github">ropensci/hunspell</remote-id>
</upstream>
</pkgmetadata>