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/uncrustify/
Date: Thu, 02 Feb 2023 12:58:06
Message-Id: 1675342663.303d179ed5ffc5f00961da2072e21f30b09a4dd4.sam@gentoo
1 commit: 303d179ed5ffc5f00961da2072e21f30b09a4dd4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 12:57:43 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 12:57:43 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303d179e
7
8 dev-util/uncrustify: Stabilize 0.75.1 amd64, #892289
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/uncrustify/uncrustify-0.75.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/uncrustify/uncrustify-0.75.1.ebuild b/dev-util/uncrustify/uncrustify-0.75.1.ebuild
16 index 5e2256a0138d..af03c4faa5c1 100644
17 --- a/dev-util/uncrustify/uncrustify-0.75.1.ebuild
18 +++ b/dev-util/uncrustify/uncrustify-0.75.1.ebuild
19 @@ -7,7 +7,7 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
21 scm_eclass=git-r3
22 else
23 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
24 + KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
25 SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
26 S=${WORKDIR}/${PN}-${P}
27 fi