Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/bliss/
Date: Mon, 07 Feb 2022 10:26:10
Message-Id: 1644229557.faaeb5eb58c43de07623faef355d12d75c59470f.jsmolic@gentoo
1 commit: faaeb5eb58c43de07623faef355d12d75c59470f
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 10:25:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 10:25:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faaeb5eb
7
8 sci-libs/bliss: Stabilize 0.77 amd64, #832376
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-libs/bliss/bliss-0.77.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/bliss/bliss-0.77.ebuild b/sci-libs/bliss/bliss-0.77.ebuild
16 index cfd896bcc16d..3221b851a42f 100644
17 --- a/sci-libs/bliss/bliss-0.77.ebuild
18 +++ b/sci-libs/bliss/bliss-0.77.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 @@ -11,7 +11,7 @@ HOMEPAGE="https://users.aalto.fi/~tjunttil/bliss/index.html"
26
27 LICENSE="LGPL-3"
28 SLOT="0/1"
29 -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
31 IUSE="gmp"
32
33 RDEPEND="gmp? ( dev-libs/gmp:0= )"