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-util/tmake/
Date: Sat, 02 Jul 2022 18:21:01
Message-Id: 1656785937.10fd673db509f472a4ef833d9c0ae4c9875a05b3.sam@gentoo
1 commit: 10fd673db509f472a4ef833d9c0ae4c9875a05b3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 18:18:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 18:18:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fd673d
7
8 dev-util/tmake: Stabilize 2.12-r2 x86, #855707
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/tmake/tmake-2.12-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/tmake/tmake-2.12-r2.ebuild b/dev-util/tmake/tmake-2.12-r2.ebuild
16 index fa77832bdc83..0da172eb6a55 100644
17 --- a/dev-util/tmake/tmake-2.12-r2.ebuild
18 +++ b/dev-util/tmake/tmake-2.12-r2.ebuild
19 @@ -9,7 +9,7 @@ HOMEPAGE="http://tmake.sourceforge.net"
20
21 LICENSE="HPND"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
24 +KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
25 IUSE=""
26
27 RDEPEND=">=dev-lang/perl-5"