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-lang/yap/
Date: Thu, 07 Jan 2021 00:58:22
Message-Id: 1609981081.cb3d5ce031bf6c9ab0843b0b1d03c876ef2d3fbf.sam@gentoo
1 commit: cb3d5ce031bf6c9ab0843b0b1d03c876ef2d3fbf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 00:52:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 00:58:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3d5ce0
7
8 dev-lang/yap: Stabilize 6.3.4 amd64, #764059
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/yap/yap-6.3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
16 index 00f7da3a5e4..e25870f7ef4 100644
17 --- a/dev-lang/yap/yap-6.3.4.ebuild
18 +++ b/dev-lang/yap/yap-6.3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/vscosta/yap-6.3/archive/YAP-${PV}.tar.gz
26
27 LICENSE="Artistic LGPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 IUSE="R debug doc examples gmp java mpi mysql odbc postgres python raptor readline sqlite ssl static threads xml"
32
33 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"