diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-02-08 09:21:28 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-02-08 09:22:45 +0100 |
commit | 2ab5bae6fc3a9d1b086635d04124a8a78233a776 (patch) | |
tree | bd285b7e39ade73f9b542109e3176e6be3085663 /www-apps | |
parent | sci-visualization/gnuplot: Stabilize 5.4.10 arm, #924036 (diff) | |
download | gentoo-2ab5bae6fc3a9d1b086635d04124a8a78233a776.tar.gz gentoo-2ab5bae6fc3a9d1b086635d04124a8a78233a776.tar.bz2 gentoo-2ab5bae6fc3a9d1b086635d04124a8a78233a776.zip |
www-apps/nikola: stabilize 8.2.4-r1 for amd64 #924048
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nikola/nikola-8.2.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/nikola/nikola-8.2.4-r1.ebuild b/www-apps/nikola/nikola-8.2.4-r1.ebuild index 76917982b3b4..68ff3f47c2d0 100644 --- a/www-apps/nikola/nikola-8.2.4-r1.ebuild +++ b/www-apps/nikola/nikola-8.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}/${P^}" LICENSE="MIT Apache-2.0 CC0-1.0 public-domain" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" RESTRICT="test" # needs coveralls BDEPEND=">=dev-python/docutils-0.13[${PYTHON_USEDEP}]" # needs rst2man to build manpage |