Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
Date: Sun, 16 Aug 2020 02:53:06
Message-Id: 1597546376.6b3f979aae44827ab7ae6be1babd7eedb2a0cad8.sam@gentoo
1 commit: 6b3f979aae44827ab7ae6be1babd7eedb2a0cad8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 02:48:32 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 02:52:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3f979a
7
8 dev-libs/glib: Stabilize 2.64.4 arm, #736727
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/glib/glib-2.64.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/glib/glib-2.64.4.ebuild b/dev-libs/glib/glib-2.64.4.ebuild
16 index 5252730d6ee..743457b6127 100644
17 --- a/dev-libs/glib/glib-2.64.4.ebuild
18 +++ b/dev-libs/glib/glib-2.64.4.ebuild
19 @@ -14,7 +14,7 @@ SLOT="2"
20 IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux static-libs systemtap test utils xattr"
21 RESTRICT="!test? ( test )"
22
23 -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
25
26 # * libelf isn't strictly necessary, but makes gresource tool more useful, and
27 # the check is automagic in gio/meson.build. gresource is not a multilib tool