Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/highlight/
Date: Sun, 13 Jun 2021 11:12:12
Message-Id: 1623582555.d9816775463c8a2705d0d39bfc0ae0e6d89cf45e.sam@gentoo
1 commit: d9816775463c8a2705d0d39bfc0ae0e6d89cf45e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 11:09:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 11:09:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9816775
7
8 app-text/highlight: Stabilize 4.1 amd64, #795735
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/highlight/highlight-4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/highlight/highlight-4.1.ebuild b/app-text/highlight/highlight-4.1.ebuild
16 index 4998e8c039c..1e853506e54 100644
17 --- a/app-text/highlight/highlight-4.1.ebuild
18 +++ b/app-text/highlight/highlight-4.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2"
20
21 LICENSE="GPL-3"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 IUSE="examples qt5"
26
27 REQUIRED_USE="${LUA_REQUIRED_USE}"