diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-05-17 00:10:58 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-05-17 00:17:36 -0500 |
commit | 5d9f79e05c387bfd57d602b2cbc5acb14711d292 (patch) | |
tree | 6fa838a2558580b15de8a71da5db970115f7de71 /dev-vcs/mr | |
parent | app-editors/emacs: add gccjit support to version 28 (diff) | |
download | gentoo-5d9f79e05c387bfd57d602b2cbc5acb14711d292.tar.gz gentoo-5d9f79e05c387bfd57d602b2cbc5acb14711d292.tar.bz2 gentoo-5d9f79e05c387bfd57d602b2cbc5acb14711d292.zip |
dev-vcs/mr: mark stable with ALLARCHES policy
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'dev-vcs/mr')
-rw-r--r-- | dev-vcs/mr/mr-1.20180726.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/mr/mr-1.20180726.ebuild b/dev-vcs/mr/mr-1.20180726.ebuild index fcba5489be18..091071d6d1a9 100644 --- a/dev-vcs/mr/mr-1.20180726.ebuild +++ b/dev-vcs/mr/mr-1.20180726.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-lang/perl" |