diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:21 +0200 |
commit | 6285ca3133651fc3ce59f603c3340e5842e45c65 (patch) | |
tree | b1afafd50c4a5eccdb86a302df377c5cd097dd24 /dev-lang/R/R-3.4.1.ebuild | |
parent | dev-haskell: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.tar.gz gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.tar.bz2 gentoo-6285ca3133651fc3ce59f603c3340e5842e45c65.zip |
dev-lang: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/R/R-3.4.1.ebuild')
-rw-r--r-- | dev-lang/R/R-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/R/R-3.4.1.ebuild b/dev-lang/R/R-3.4.1.ebuild index 6c503c77a1aa..52d611535b4e 100644 --- a/dev-lang/R/R-3.4.1.ebuild +++ b/dev-lang/R/R-3.4.1.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm64 ia64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 arm64 ia64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X" REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( cairo X ) )" |