mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user