diff options
author | Sam James <sam@gentoo.org> | 2022-01-29 15:45:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-29 15:45:06 +0000 |
commit | f91fb6340cd8ef7dd22fd1d1e74283c4e65e3688 (patch) | |
tree | f15c8f23090b73f9a19fc5874b737ab989a87773 /dev-python | |
parent | dev-python/notify2: Switch to PEP 517 build (diff) | |
download | gentoo-f91fb6340cd8ef7dd22fd1d1e74283c4e65e3688.tar.gz gentoo-f91fb6340cd8ef7dd22fd1d1e74283c4e65e3688.tar.bz2 gentoo-f91fb6340cd8ef7dd22fd1d1e74283c4e65e3688.zip |
dev-python/rpy: Stabilize 3.4.5 amd64, #832278
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rpy/rpy-3.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rpy/rpy-3.4.5.ebuild b/dev-python/rpy/rpy-3.4.5.ebuild index 425238d61ed3..69b15796cb92 100644 --- a/dev-python/rpy/rpy-3.4.5.ebuild +++ b/dev-python/rpy/rpy-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" # ggplot2 is a test dep but not in portage RESTRICT="test" |