diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-10 13:52:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-10 13:52:26 -0400 |
commit | 050449a6879c101fec21940ec172fe4ebf4c94ea (patch) | |
tree | fd2359f987345ed0ee4f1f0e09a78df0cee42aaf /dev-libs | |
parent | sys-apps/pkgcraft-tools: drop virtual/pkgconfig BDEPEND (diff) | |
download | gentoo-050449a6879c101fec21940ec172fe4ebf4c94ea.tar.gz gentoo-050449a6879c101fec21940ec172fe4ebf4c94ea.tar.bz2 gentoo-050449a6879c101fec21940ec172fe4ebf4c94ea.zip |
dev-libs/gjs: Drop mistaken stable keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gjs/gjs-1.76.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gjs/gjs-1.76.1.ebuild b/dev-libs/gjs/gjs-1.76.1.ebuild index 13b94f615455..1806edd6bfdd 100644 --- a/dev-libs/gjs/gjs-1.76.1.ebuild +++ b/dev-libs/gjs/gjs-1.76.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs https://gitlab.gnome.org/GNOME/gjs LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" IUSE="+cairo examples readline sysprof test" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" RESTRICT="!test? ( test )" RDEPEND=" |