diff options
author | Sam James <sam@gentoo.org> | 2023-01-03 18:31:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-03 18:31:54 +0000 |
commit | b4ae5ee29bf946b459699b181d61b8342dcfe325 (patch) | |
tree | ac463b11dd789b0cc7e32e40bef48a8999ba0479 /app-emacs | |
parent | app-emacs/emacs-openrc: Stabilize 0.0.0 x86, #889550 (diff) | |
download | gentoo-b4ae5ee29bf946b459699b181d61b8342dcfe325.tar.gz gentoo-b4ae5ee29bf946b459699b181d61b8342dcfe325.tar.bz2 gentoo-b4ae5ee29bf946b459699b181d61b8342dcfe325.zip |
app-emacs/csharp-mode: Stabilize 2.0.0 ALLARCHES, #889571
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild b/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild index d5c9237a3a7f..38b6550b6d21 100644 --- a/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild +++ b/app-emacs/csharp-mode/csharp-mode-2.0.0.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/emacs-csharp/${PN}/archive/refs/tags/${PV}.tar.gz -> LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" RESTRICT="test" # tries to install an old version of dash from the network DOCS=( README.org ) |