diff options
author | 2017-03-10 10:07:28 +0100 | |
---|---|---|
committer | 2017-03-10 10:07:28 +0100 | |
commit | 6d968acfe37993e69bff8cf56497da508309a1b7 (patch) | |
tree | b95abb1be2671c0ba3d14a0bf5160d6eb9db4c47 /x11-libs/xcb-util-xrm | |
parent | x11-libs/libxcb: amd64 stable wrt bug #611056 (diff) | |
download | gentoo-6d968acfe37993e69bff8cf56497da508309a1b7.tar.gz gentoo-6d968acfe37993e69bff8cf56497da508309a1b7.tar.bz2 gentoo-6d968acfe37993e69bff8cf56497da508309a1b7.zip |
x11-libs/xcb-util-xrm: amd64 stable wrt bug #611056
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs/xcb-util-xrm')
-rw-r--r-- | x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild index 361e8a99a288..42479f9abdc2 100644 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] |