diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-13 17:59:30 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-13 17:59:30 +0100 |
commit | 8a27553c3b1915174847f348f4e7b42f358308f5 (patch) | |
tree | 18a277e31ed670de1666af30e0cb372e288e330d | |
parent | sys-devel/autogen: drop *-macos, doesn't compile at all (diff) | |
download | gentoo-8a27553c3b1915174847f348f4e7b42f358308f5.tar.gz gentoo-8a27553c3b1915174847f348f4e7b42f358308f5.tar.bz2 gentoo-8a27553c3b1915174847f348f4e7b42f358308f5.zip |
dev-lang/R: drop ~x64-macos keyword
Closes: https://bugs.gentoo.org/575860
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | dev-lang/R/R-3.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/R/R-3.6.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/R/R-4.0.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/R/R-3.4.1.ebuild b/dev-lang/R/R-3.4.1.ebuild index b54064371149..39b6d57442c8 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 ~hppa ~ia64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 arm64 ~hppa ~ia64 sparc x86 ~amd64-linux ~x86-linux" 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 ) )" diff --git a/dev-lang/R/R-3.6.3-r1.ebuild b/dev-lang/R/R-3.6.3-r1.ebuild index 274948dece15..bd149544e480 100644 --- a/dev-lang/R/R-3.6.3-r1.ebuild +++ b/dev-lang/R/R-3.6.3-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs test tiff tk X" REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( cairo X ) )" diff --git a/dev-lang/R/R-4.0.2.ebuild b/dev-lang/R/R-4.0.2.ebuild index 83d1ecd9385a..f900a51189f9 100644 --- a/dev-lang/R/R-4.0.2.ebuild +++ b/dev-lang/R/R-4.0.2.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs test tiff tk X" # One test required profiling in v4.0.2, check the upstream bug: |