diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-10 17:37:32 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-10 17:37:32 +0200 |
commit | c4e7d682822a8cf44cfbd3d27889b39ee4ad2a48 (patch) | |
tree | 465de1ef36db23d514d622b2e007c2d527635102 /app-emacs | |
parent | app-emacs/libegit2: x86 stable wrt bug #816918 (diff) | |
download | gentoo-c4e7d682822a8cf44cfbd3d27889b39ee4ad2a48.tar.gz gentoo-c4e7d682822a8cf44cfbd3d27889b39ee4ad2a48.tar.bz2 gentoo-c4e7d682822a8cf44cfbd3d27889b39ee4ad2a48.zip |
app-emacs/magit: x86 stable wrt bug #816918
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/magit/magit-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/magit/magit-3.2.0.ebuild b/app-emacs/magit/magit-3.2.0.ebuild index e13aa7b98af7..eec1091e376e 100644 --- a/app-emacs/magit/magit-3.2.0.ebuild +++ b/app-emacs/magit/magit-3.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${P}/lisp" SITEFILE="50${PN}-gentoo.el" |