diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-08-14 02:21:06 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-08-14 02:21:06 +0000 |
commit | 9564289235abd375b0ce48c253fcd8a94c1c9abc (patch) | |
tree | f8fbfaa40e393923007b1763d5764d5a61ede1ab /x11-libs/libX11 | |
parent | Remove old version, add use dep gtk (thanks to Piotr Szymaniak, bug 373041), ... (diff) | |
download | gentoo-2-9564289235abd375b0ce48c253fcd8a94c1c9abc.tar.gz gentoo-2-9564289235abd375b0ce48c253fcd8a94c1c9abc.tar.bz2 gentoo-2-9564289235abd375b0ce48c253fcd8a94c1c9abc.zip |
Update xproto dependency to 7.0.17. Bug 379025.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libX11')
-rw-r--r-- | x11-libs/libX11/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libX11/ChangeLog b/x11-libs/libX11/ChangeLog index 3b6060a157d9..aefc4d6e3e69 100644 --- a/x11-libs/libX11/ChangeLog +++ b/x11-libs/libX11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libX11 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.181 2011/08/01 21:16:39 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.182 2011/08/14 02:21:06 mattst88 Exp $ + + 14 Aug 2011; Matt Turner <mattst88@gentoo.org> libX11-1.4.4.ebuild: + Update xproto dependency to 7.0.17. Bug 379025. *libX11-1.4.4 (01 Aug 2011) diff --git a/x11-libs/libX11/libX11-1.4.4.ebuild b/x11-libs/libX11/libX11-1.4.4.ebuild index 4f6c14529532..79d83fde2c3a 100644 --- a/x11-libs/libX11/libX11-1.4.4.ebuild +++ b/x11-libs/libX11/libX11-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.4.4.ebuild,v 1.1 2011/08/01 21:16:39 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.4.4.ebuild,v 1.2 2011/08/14 02:21:06 mattst88 Exp $ EAPI=4 @@ -14,7 +14,7 @@ IUSE="ipv6 test" RDEPEND=">=x11-libs/libxcb-1.1.92 x11-libs/xtrans - >=x11-proto/xproto-7.0.13 + >=x11-proto/xproto-7.0.17 x11-proto/xf86bigfontproto x11-proto/inputproto x11-proto/kbproto |