diff options
author | Sam James <sam@gentoo.org> | 2023-08-12 01:13:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-12 01:13:20 +0100 |
commit | 7414ebec63958b2689d7d544b8d8cb8e2f398cdf (patch) | |
tree | 96a9fac0fb11c198ac6b4f1ed2417f0bb4d9f5b1 /sys-apps/eless | |
parent | dev-python/sphinx-panels: Stabilize 0.6.0-r1 ALLARCHES, #912143 (diff) | |
download | gentoo-7414ebec63958b2689d7d544b8d8cb8e2f398cdf.tar.gz gentoo-7414ebec63958b2689d7d544b8d8cb8e2f398cdf.tar.bz2 gentoo-7414ebec63958b2689d7d544b8d8cb8e2f398cdf.zip |
sys-apps/eless: Stabilize 0.7 amd64, #912086
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/eless')
-rw-r--r-- | sys-apps/eless/eless-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/eless/eless-0.7.ebuild b/sys-apps/eless/eless-0.7.ebuild index 8c50f4917789..e5372f766685 100644 --- a/sys-apps/eless/eless-0.7.ebuild +++ b/sys-apps/eless/eless-0.7.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 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/kaushalmodi/${PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RESTRICT="test" # Tests have to be run manually RDEPEND=" |