diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 03:52:30 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 03:52:30 +0000 |
commit | 8cb8d121e70d285eee1ca884c6cfdaa7eaa44445 (patch) | |
tree | 98ecf52b22355f4ba9e890c82a06d17d7f7ed95a /x11-libs/xcb-util | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-8cb8d121e70d285eee1ca884c6cfdaa7eaa44445.tar.gz gentoo-2-8cb8d121e70d285eee1ca884c6cfdaa7eaa44445.tar.bz2 gentoo-2-8cb8d121e70d285eee1ca884c6cfdaa7eaa44445.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r-- | x11-libs/xcb-util/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.3.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index b3dbe951f7b1..3ee023a3fa56 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.59 2012/04/26 22:25:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.60 2012/05/05 03:52:23 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> xcb-util-0.3.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> xcb-util-0.3.8.ebuild: keyword ~amd64-fbsd diff --git a/x11-libs/xcb-util/xcb-util-0.3.6.ebuild b/x11-libs/xcb-util/xcb-util-0.3.6.ebuild index de315e68c9a7..39f90c061035 100644 --- a/x11-libs/xcb-util/xcb-util-0.3.6.ebuild +++ b/x11-libs/xcb-util/xcb-util-0.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.6.ebuild,v 1.10 2010/01/15 21:57:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.6.ebuild,v 1.11 2012/05/05 03:52:23 jdhore Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -17,7 +17,7 @@ IUSE="test" RDEPEND=">=x11-libs/libxcb-1.4" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - dev-util/pkgconfig + virtual/pkgconfig >=x11-proto/xproto-7.0.8 >=x11-proto/xcb-proto-1.5 test? ( >=dev-libs/check-0.9.4 )" |