Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boxfort/
Date: Sat, 29 Jan 2022 10:04:30
Message-Id: 1643450638.c54e2bc7677e33b9f936156fec64e1ebf99fb2d0.jsmolic@gentoo
1 commit: c54e2bc7677e33b9f936156fec64e1ebf99fb2d0
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 10:03:58 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 10:03:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54e2bc7
7
8 dev-libs/boxfort: Stabilize 0.1.1 amd64, #832293
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-libs/boxfort/boxfort-0.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/boxfort/boxfort-0.1.1.ebuild b/dev-libs/boxfort/boxfort-0.1.1.ebuild
16 index 45a22331a50f..bdd68e91ca92 100644
17 --- a/dev-libs/boxfort/boxfort-0.1.1.ebuild
18 +++ b/dev-libs/boxfort/boxfort-0.1.1.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Snaipe/BoxFort/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 -riscv ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 -riscv ~x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"