Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/
Date: Wed, 07 Sep 2022 13:16:00
Message-Id: 1662556547.0c5c94074edca43452eb40d5512ea0cf4107d80b.ago@gentoo
1 commit: 0c5c94074edca43452eb40d5512ea0cf4107d80b
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 13:15:47 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 13:15:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5c9407
7
8 app-emacs/helm: amd64/x86 stable (ALLARCHES policy) wrt bug #869008
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 app-emacs/helm/helm-3.8.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/helm/helm-3.8.7.ebuild b/app-emacs/helm/helm-3.8.7.ebuild
16 index 3ff860feb8b9..351690f48170 100644
17 --- a/app-emacs/helm/helm-3.8.7.ebuild
18 +++ b/app-emacs/helm/helm-3.8.7.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="GPL-3+"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 RDEPEND="app-emacs/async
27 app-emacs/popup"