Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rpy/
Date: Sat, 29 Jan 2022 15:47:38
Message-Id: 1643471106.f91fb6340cd8ef7dd22fd1d1e74283c4e65e3688.sam@gentoo
1 commit: f91fb6340cd8ef7dd22fd1d1e74283c4e65e3688
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 15:45:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:45:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91fb634
7
8 dev-python/rpy: Stabilize 3.4.5 amd64, #832278
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/rpy/rpy-3.4.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/rpy/rpy-3.4.5.ebuild b/dev-python/rpy/rpy-3.4.5.ebuild
16 index 425238d61ed3..69b15796cb92 100644
17 --- a/dev-python/rpy/rpy-3.4.5.ebuild
18 +++ b/dev-python/rpy/rpy-3.4.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
26
27 LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
31
32 # ggplot2 is a test dep but not in portage
33 RESTRICT="test"