Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/glib/
Date: Wed, 02 Jan 2019 18:56:33
Message-Id: 1546455383.88f3ebc95712e93fcc648e0d8765609babd10871.blueness@gentoo
1 commit: 88f3ebc95712e93fcc648e0d8765609babd10871
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 18:56:23 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 18:56:23 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=88f3ebc9
7
8 dev-libs/glib: stable on musl arches
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/glib/glib-2.56.2.ebuild | 2 +-
14 dev-libs/glib/glib-2.56.4.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/glib/glib-2.56.2.ebuild b/dev-libs/glib/glib-2.56.2.ebuild
18 index e200d73..ea020cc 100644
19 --- a/dev-libs/glib/glib-2.56.2.ebuild
20 +++ b/dev-libs/glib/glib-2.56.2.ebuild
21 @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
22 SLOT="2"
23 IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test utils xattr"
24
25 -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
26 +KEYWORDS="amd64 arm arm64 ~mips ppc x86"
27
28 # Added util-linux multilib dependency to have libmount support (which
29 # is always turned on on linux systems, unless explicitly disabled, but
30
31 diff --git a/dev-libs/glib/glib-2.56.4.ebuild b/dev-libs/glib/glib-2.56.4.ebuild
32 index f667e2c..009bf1f 100644
33 --- a/dev-libs/glib/glib-2.56.4.ebuild
34 +++ b/dev-libs/glib/glib-2.56.4.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
42 SLOT="2"
43 IUSE="dbus debug fam kernel_linux +mime selinux static-libs systemtap test utils xattr"
44
45 -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
46 +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86"
47
48 # Added util-linux multilib dependency to have libmount support (which
49 # is always turned on on linux systems, unless explicitly disabled, but