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: Tue, 01 Jun 2021 00:46:32
Message-Id: 1622508355.5febd0f49f3b319247b39f0c054c129f63c149ba.sam@gentoo
1 commit: 5febd0f49f3b319247b39f0c054c129f63c149ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 00:45:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 00:45:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5febd0f4
7
8 dev-libs/glib: Stabilize 2.66.8 arm, #775632
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/glib/glib-2.66.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/glib/glib-2.66.8.ebuild b/dev-libs/glib/glib-2.66.8.ebuild
16 index 62117610b3c..63721f718da 100644
17 --- a/dev-libs/glib/glib-2.66.8.ebuild
18 +++ b/dev-libs/glib/glib-2.66.8.ebuild
19 @@ -14,7 +14,7 @@ SLOT="2"
20 IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux static-libs sysprof 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