diff options
author | Sam James <sam@gentoo.org> | 2022-02-14 20:49:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-14 20:49:36 +0000 |
commit | 8f2a14d26be5aa060d46a067f12e6d1930ef10e9 (patch) | |
tree | b6ab29d979a42bd18faaffb09eb3dcf4e827ba2a /app-emacs/magit | |
parent | app-text/sigil: Stabilize 1.8.0 amd64, #833295 (diff) | |
download | gentoo-8f2a14d26be5aa060d46a067f12e6d1930ef10e9.tar.gz gentoo-8f2a14d26be5aa060d46a067f12e6d1930ef10e9.tar.bz2 gentoo-8f2a14d26be5aa060d46a067f12e6d1930ef10e9.zip |
app-emacs/magit: Stabilize 3.3.0 ALLARCHES, #833349
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/magit')
-rw-r--r-- | app-emacs/magit/magit-3.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/magit/magit-3.3.0.ebuild b/app-emacs/magit/magit-3.3.0.ebuild index 5b015439899f..2ffe5de11b37 100644 --- a/app-emacs/magit/magit-3.3.0.ebuild +++ b/app-emacs/magit/magit-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |