commit:     1951e3a59446dad6860b6e86d7f5931d869fac50
Author:     Luis Ressel <aranea <AT> aixah <DOT> de>
AuthorDate: Sun Jan  6 19:37:49 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 23:22:39 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=1951e3a5

x11-libs/xcb-util-xrm: Convert to queue-standalone, update KEYWORDS

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

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
index 359b192..6f85004 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,13 +12,12 @@ DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/";
 
SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2";
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 
-RDEPEND="
-       >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
        x11-libs/xcb-util[${MULTILIB_USEDEP}]
-       elibc_musl? ( sys-libs/queue )"
+       elibc_musl? ( sys-libs/queue-standalone )"
 DEPEND="${RDEPEND}
        x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac 
requires it
 

Reply via email to