diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 22:28:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 22:28:56 +0200 |
commit | 19e475c43385d5b2edf967e81f3eb864072c2d2c (patch) | |
tree | 45d7ad12c7bc564a83dbe001974347bafa3e259a | |
parent | dev-lang/spidermonkey: Stabilize 102.6.0 arm64, #885627 (diff) | |
download | gentoo-19e475c43385d5b2edf967e81f3eb864072c2d2c.tar.gz gentoo-19e475c43385d5b2edf967e81f3eb864072c2d2c.tar.bz2 gentoo-19e475c43385d5b2edf967e81f3eb864072c2d2c.zip |
dev-libs/gjs: Stabilize 1.74.1 arm64, #885627
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-libs/gjs/gjs-1.74.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gjs/gjs-1.74.1.ebuild b/dev-libs/gjs/gjs-1.74.1.ebuild index 5d158cb1470d..b52f37d96dcb 100644 --- a/dev-libs/gjs/gjs-1.74.1.ebuild +++ b/dev-libs/gjs/gjs-1.74.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=" |