Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/
Date: Sun, 01 Nov 2020 15:50:12
Message-Id: 1604245795.61a6cc90617bd63583f2f064f3cb7880714ec2bf.sam@gentoo
1 commit: 61a6cc90617bd63583f2f064f3cb7880714ec2bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 15:49:55 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 15:49:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a6cc90
7
8 sci-mathematics/pspp: Stabilize 1.2.0-r1 amd64, #679392
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-mathematics/pspp/pspp-1.2.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/pspp/pspp-1.2.0-r1.ebuild b/sci-mathematics/pspp/pspp-1.2.0-r1.ebuild
16 index c3ea19d9093..f76533116cc 100644
17 --- a/sci-mathematics/pspp/pspp-1.2.0-r1.ebuild
18 +++ b/sci-mathematics/pspp/pspp-1.2.0-r1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
20
21 LICENSE="GPL-3"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
25 IUSE="cairo doc emacs examples gtk ncurses nls perl postgres test"
26 RESTRICT="!test? ( test )"
27 REQUIRED_USE="test? ( cairo )"