diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:12:54 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 19:12:54 +0200 |
commit | 9b9f5e9ae9e64581e7d674d21fc4a3cf71dc0647 (patch) | |
tree | 0b7c477ad5564c7b7515819422764d8c6a4d94f7 /app-emacs/emojify | |
parent | app-emacs/web-mode: Stabilize 17.2.1 amd64, #892229 (diff) | |
download | gentoo-9b9f5e9ae9e64581e7d674d21fc4a3cf71dc0647.tar.gz gentoo-9b9f5e9ae9e64581e7d674d21fc4a3cf71dc0647.tar.bz2 gentoo-9b9f5e9ae9e64581e7d674d21fc4a3cf71dc0647.zip |
app-emacs/emojify: Stabilize 1.2_p20210309 amd64, #892233
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/emojify')
-rw-r--r-- | app-emacs/emojify/emojify-1.2_p20210309.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/emojify/emojify-1.2_p20210309.ebuild b/app-emacs/emojify/emojify-1.2_p20210309.ebuild index 9895ae36268e..72e3d721f890 100644 --- a/app-emacs/emojify/emojify-1.2_p20210309.ebuild +++ b/app-emacs/emojify/emojify-1.2_p20210309.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ S="${WORKDIR}"/emacs-${PN}-${H} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RESTRICT="test" # Tests fail RDEPEND="app-emacs/ht" |