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/stgit/
Date: Mon, 01 Jun 2020 20:51:52
Message-Id: 1591044689.26271f3ef099d242c7b8b10f44b687d9105f76b9.slyfox@gentoo
1 commit: 26271f3ef099d242c7b8b10f44b687d9105f76b9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 20:44:34 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:51:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26271f3e
7
8 dev-vcs/stgit: stable 0.21 for ppc
9
10 stable wrt bug #726102
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-vcs/stgit/stgit-0.21.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-vcs/stgit/stgit-0.21.ebuild b/dev-vcs/stgit/stgit-0.21.ebuild
20 index caede5a5d00..dcd40ab5ba2 100644
21 --- a/dev-vcs/stgit/stgit-0.21.ebuild
22 +++ b/dev-vcs/stgit/stgit-0.21.ebuild
23 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
28 +KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
29 IUSE="doc"
30
31 RDEPEND=">=dev-vcs/git-1.6.3.3"