diff options
author | Sam James <sam@gentoo.org> | 2022-02-07 06:33:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-07 06:33:11 +0000 |
commit | c4c5ce1ee0f30e6443d5179d920be11135b3c04a (patch) | |
tree | 23f8634a9b561a46547c396c94679cec1cc7b11b /dev-perl/Gtk3 | |
parent | dev-perl/Glib-Object-Introspection: Keyword 0.49.0 arm64, #823161 (diff) | |
download | gentoo-c4c5ce1ee0f30e6443d5179d920be11135b3c04a.tar.gz gentoo-c4c5ce1ee0f30e6443d5179d920be11135b3c04a.tar.bz2 gentoo-c4c5ce1ee0f30e6443d5179d920be11135b3c04a.zip |
dev-perl/Gtk3: Keyword 0.38.0 arm64, #823161
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Gtk3')
-rw-r--r-- | dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild index e354d5f550aa..5c6a2be40a02 100644 --- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild +++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit perl-module virtualx DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86" IUSE="test" RESTRICT="!test? ( test )" |