summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-12-07 05:23:47 +0000
committerTim Harder <radhermit@gentoo.org>2014-12-07 05:23:47 +0000
commit7b778d5ffdaba948f58f62acf09637e3f9e6177b (patch)
tree0425ee0d8bd7018d2312aaa27ed281909830b506 /x11-misc
parentbump; add pypy3 (diff)
downloadgentoo-2-7b778d5ffdaba948f58f62acf09637e3f9e6177b.tar.gz
gentoo-2-7b778d5ffdaba948f58f62acf09637e3f9e6177b.tar.bz2
gentoo-2-7b778d5ffdaba948f58f62acf09637e3f9e6177b.zip
Add missing x11-libs/xcb-util build dep (bug #531792).
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/sxhkd/ChangeLog6
-rw-r--r--x11-misc/sxhkd/sxhkd-0.5.3.ebuild7
-rw-r--r--x11-misc/sxhkd/sxhkd-0.5.4.ebuild7
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-misc/sxhkd/ChangeLog b/x11-misc/sxhkd/ChangeLog
index e93156fa2599..feefd902d64c 100644
--- a/x11-misc/sxhkd/ChangeLog
+++ b/x11-misc/sxhkd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/sxhkd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sxhkd/ChangeLog,v 1.2 2014/10/08 01:02:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sxhkd/ChangeLog,v 1.3 2014/12/07 05:23:47 radhermit Exp $
+
+ 07 Dec 2014; Tim Harder <radhermit@gentoo.org> sxhkd-0.5.3.ebuild,
+ sxhkd-0.5.4.ebuild:
+ Add missing x11-libs/xcb-util build dep (bug #531792).
*sxhkd-0.5.4 (08 Oct 2014)
diff --git a/x11-misc/sxhkd/sxhkd-0.5.3.ebuild b/x11-misc/sxhkd/sxhkd-0.5.3.ebuild
index 82d4c0cf2636..a9ec71304380 100644
--- a/x11-misc/sxhkd/sxhkd-0.5.3.ebuild
+++ b/x11-misc/sxhkd/sxhkd-0.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sxhkd/sxhkd-0.5.3.ebuild,v 1.1 2014/01/24 07:16:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sxhkd/sxhkd-0.5.3.ebuild,v 1.2 2014/12/07 05:23:47 radhermit Exp $
EAPI=5
inherit eutils toolchain-funcs systemd
@@ -13,9 +13,10 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="x11-libs/libxcb
+RDEPEND="x11-libs/libxcb
x11-libs/xcb-util-keysyms"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ x11-libs/xcb-util"
src_prepare() {
epatch "${FILESDIR}"/${P}-flags.patch
diff --git a/x11-misc/sxhkd/sxhkd-0.5.4.ebuild b/x11-misc/sxhkd/sxhkd-0.5.4.ebuild
index 99166381a071..006e9e166bfd 100644
--- a/x11-misc/sxhkd/sxhkd-0.5.4.ebuild
+++ b/x11-misc/sxhkd/sxhkd-0.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/sxhkd/sxhkd-0.5.4.ebuild,v 1.1 2014/10/08 01:02:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/sxhkd/sxhkd-0.5.4.ebuild,v 1.2 2014/12/07 05:23:47 radhermit Exp $
EAPI=5
inherit eutils toolchain-funcs systemd
@@ -13,9 +13,10 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="x11-libs/libxcb
+RDEPEND="x11-libs/libxcb
x11-libs/xcb-util-keysyms"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ x11-libs/xcb-util"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.5.3-flags.patch