Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/
Date: Sun, 25 Apr 2021 02:51:15
Message-Id: 1619318989.ead0bc2fe651842a9e44a37302ddfc815e6adb40.dlan@gentoo
1 commit: ead0bc2fe651842a9e44a37302ddfc815e6adb40
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 02:49:15 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 02:49:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead0bc2f
7
8 dev-vcs/stgit: amd64 stable
9
10 Bug: #785397
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
14
15 dev-vcs/stgit/stgit-1.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-vcs/stgit/stgit-1.0.ebuild b/dev-vcs/stgit/stgit-1.0.ebuild
19 index e44a2c6fd25..1dd3e1f7843 100644
20 --- a/dev-vcs/stgit/stgit-1.0.ebuild
21 +++ b/dev-vcs/stgit/stgit-1.0.ebuild
22 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
27 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
28 IUSE="doc"
29
30 RDEPEND=">=dev-vcs/git-1.6.3.3"