Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/highlight/
Date: Thu, 01 Apr 2021 17:55:20
Message-Id: 1617299706.3168715abbb717f505b4ef31735aacabf60829c5.slyfox@gentoo
1 commit: 3168715abbb717f505b4ef31735aacabf60829c5
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Apr 1 16:14:05 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 17:55:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3168715a
7
8 app-text/highlight: stable 3.60 for hppa, bug #779601
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 app-text/highlight/highlight-3.60.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-text/highlight/highlight-3.60.ebuild b/app-text/highlight/highlight-3.60.ebuild
19 index 4998e8c039c..a7846bb50ea 100644
20 --- a/app-text/highlight/highlight-3.60.ebuild
21 +++ b/app-text/highlight/highlight-3.60.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2"
23
24 LICENSE="GPL-3"
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
27 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
28 IUSE="examples qt5"
29
30 REQUIRED_USE="${LUA_REQUIRED_USE}"