Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/
Date: Thu, 07 Jan 2021 07:38:24
Message-Id: 1610005071.52c2534c0b3a136584c63e8c9a58699eb94f1063.keri@gentoo
1 commit: 52c2534c0b3a136584c63e8c9a58699eb94f1063
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 07:37:51 2021 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 07:37:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c2534c
7
8 dev-lang/yap: stabilize 6.3.4 x86, #764059
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.22
11 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
12
13 dev-lang/yap/yap-6.3.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
17 index e25870f7ef4..2e7b339fc0f 100644
18 --- a/dev-lang/yap/yap-6.3.4.ebuild
19 +++ b/dev-lang/yap/yap-6.3.4.ebuild
20 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/vscosta/yap-6.3/archive/YAP-${PV}.tar.gz
21
22 LICENSE="Artistic LGPL-2"
23 SLOT="0"
24 -KEYWORDS="amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26 IUSE="R debug doc examples gmp java mpi mysql odbc postgres python raptor readline sqlite ssl static threads xml"
27
28 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"