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-vcs/stagit/
Date: Mon, 22 Aug 2022 17:26:12
Message-Id: 1661189112.475bc419b9d5d32ff215a145480b885337f96ebb.sam@gentoo
1 commit: 475bc419b9d5d32ff215a145480b885337f96ebb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 17:25:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 17:25:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475bc419
7
8 dev-vcs/stagit: Stabilize 1.2 amd64, #866019
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/stagit/stagit-1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/stagit/stagit-1.2.ebuild b/dev-vcs/stagit/stagit-1.2.ebuild
16 index c820b61e2951..34ba4b168280 100644
17 --- a/dev-vcs/stagit/stagit-1.2.ebuild
18 +++ b/dev-vcs/stagit/stagit-1.2.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://codemadness.org/releases/stagit/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="amd64"
25
26 RDEPEND="dev-libs/libgit2:="
27 DEPEND="${RDEPEND}"