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: x11-libs/xcb-util-xrm/
Date: Sun, 06 Jan 2019 23:23:09
Message-Id: 1546816959.1951e3a59446dad6860b6e86d7f5931d869fac50.blueness@gentoo
1 commit: 1951e3a59446dad6860b6e86d7f5931d869fac50
2 Author: Luis Ressel <aranea <AT> aixah <DOT> de>
3 AuthorDate: Sun Jan 6 19:37:49 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 23:22:39 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=1951e3a5
7
8 x11-libs/xcb-util-xrm: Convert to queue-standalone, update KEYWORDS
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
16 index 359b192..6f85004 100644
17 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
18 +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -12,13 +12,12 @@ DESCRIPTION="X C-language Bindings sample implementations"
26 HOMEPAGE="https://xcb.freedesktop.org/"
27 SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
28
29 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
31 IUSE="test"
32
33 -RDEPEND="
34 - >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
35 +RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
36 x11-libs/xcb-util[${MULTILIB_USEDEP}]
37 - elibc_musl? ( sys-libs/queue )"
38 + elibc_musl? ( sys-libs/queue-standalone )"
39 DEPEND="${RDEPEND}
40 x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it