summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-06-10 23:41:29 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-06-10 23:41:29 +0000
commita319815fc1a905626f46cf1770a49e3c036aa057 (patch)
tree9cff448633c3d9b341bd25303b5bf672afc7f294 /x11-libs/xcb-util
parentold (diff)
downloadgentoo-2-a319815fc1a905626f46cf1770a49e3c036aa057.tar.gz
gentoo-2-a319815fc1a905626f46cf1770a49e3c036aa057.tar.bz2
gentoo-2-a319815fc1a905626f46cf1770a49e3c036aa057.zip
Fixed dependency.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r--x11-libs/xcb-util/ChangeLog5
-rw-r--r--x11-libs/xcb-util/xcb-util-0.3.5.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog
index a10bdc717c39..9712c9b9bf58 100644
--- a/x11-libs/xcb-util/ChangeLog
+++ b/x11-libs/xcb-util/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/xcb-util
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.30 2009/06/07 21:31:55 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.31 2009/06/10 23:41:29 matsuu Exp $
+
+ 10 Jun 2009; MATSUU Takuto <matsuu@gentoo.org> xcb-util-0.3.5.ebuild:
+ Fixed dependency.
*xcb-util-0.3.5 (07 Jun 2009)
diff --git a/x11-libs/xcb-util/xcb-util-0.3.5.ebuild b/x11-libs/xcb-util/xcb-util-0.3.5.ebuild
index e801d8a64c2f..6b1b536775e4 100644
--- a/x11-libs/xcb-util/xcb-util-0.3.5.ebuild
+++ b/x11-libs/xcb-util/xcb-util-0.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.5.ebuild,v 1.1 2009/06/07 21:31:55 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.5.ebuild,v 1.2 2009/06/10 23:41:29 matsuu Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -15,11 +15,12 @@ LICENSE="X11"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="test"
-RDEPEND=">=x11-libs/libxcb-1"
+RDEPEND=">=x11-libs/libxcb-1.2"
DEPEND="${RDEPEND}
>=dev-util/gperf-3.0.1
dev-util/pkgconfig
- x11-proto/xproto
+ >=x11-proto/xproto-7.0.8
+ >=x11-proto/xcb-proto-1.5
test? ( >=dev-libs/check-0.9.4 )"
pkg_postinst() {