Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/pre-commit/
Date: Tue, 08 Jun 2021 16:54:14
Message-Id: 1623171234.d58b4cd3aadc75c7a6f5362bdf7df5066deefe74.slyfox@gentoo
1 commit: d58b4cd3aadc75c7a6f5362bdf7df5066deefe74
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Jun 8 15:36:23 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 8 16:53:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58b4cd3
7
8 dev-vcs/pre-commit: keyworded 2.13.0 for hppa, bug #793794
9
10 Package-Manager: Portage-3.0.18, 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 dev-vcs/pre-commit/pre-commit-2.13.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
19 index d2e6b60c37b..db770b021cd 100644
20 --- a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
21 +++ b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
22 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64"
27 +KEYWORDS="~amd64 ~hppa"
28
29 # TODO: figure out why these tests - all of which invoke git - fail:
30 # - tests/main_test.py::test_all_cmds[autoupdate,hook-impl,install,install-hooks,migrate-config,run,uninstall],