Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boxfort/
Date: Fri, 29 Apr 2022 15:16:44
Message-Id: 1651245394.3100c25dcba4ade1243b385dcdc7eab917c75d4b.juippis@gentoo
1 commit: 3100c25dcba4ade1243b385dcdc7eab917c75d4b
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 15:13:40 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 15:16:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3100c25d
7
8 dev-libs/boxfort: Stabilize 0.1.4 amd64, #841686
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-libs/boxfort/boxfort-0.1.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/boxfort/boxfort-0.1.4.ebuild b/dev-libs/boxfort/boxfort-0.1.4.ebuild
16 index d6bd3e0ce457..b1c6a844bdfd 100644
17 --- a/dev-libs/boxfort/boxfort-0.1.4.ebuild
18 +++ b/dev-libs/boxfort/boxfort-0.1.4.ebuild
19 @@ -14,7 +14,7 @@ S="${WORKDIR}"/BoxFort-${PV}
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 -riscv -s390 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 -riscv -s390 ~x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"