diff options
author | 2011-07-13 19:57:30 +0000 | |
---|---|---|
committer | 2011-07-13 19:57:30 +0000 | |
commit | 9696d7a9db70d5715fc8f41ca652686afca6a716 (patch) | |
tree | 8658e6a118d59338f953af9ead4717c8c629ffec /x11-libs | |
parent | arm stable, bug #373917 (diff) | |
download | gentoo-2-9696d7a9db70d5715fc8f41ca652686afca6a716.tar.gz gentoo-2-9696d7a9db70d5715fc8f41ca652686afca6a716.tar.bz2 gentoo-2-9696d7a9db70d5715fc8f41ca652686afca6a716.zip |
x86 stable, bug #371857
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index 57f9e614ff5f..aa96345938bc 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.54 2011/06/28 20:07:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.55 2011/07/13 19:57:30 maekke Exp $ + + 13 Jul 2011; Markus Meier <maekke@gentoo.org> xcb-util-0.3.8.ebuild: + x86 stable, bug #371857 28 Jun 2011; Brent Baude <ranger@gentoo.org> xcb-util-0.3.8.ebuild: Marking xcb-util-0.3.8 ppc stable for bug 372333 diff --git a/x11-libs/xcb-util/xcb-util-0.3.8.ebuild b/x11-libs/xcb-util/xcb-util-0.3.8.ebuild index 9308dcc05e40..14f8ce2219ab 100644 --- a/x11-libs/xcb-util/xcb-util-0.3.8.ebuild +++ b/x11-libs/xcb-util/xcb-util-0.3.8.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/xcb-util/xcb-util-0.3.8.ebuild,v 1.4 2011/06/28 20:07:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.8.ebuild,v 1.5 2011/07/13 19:57:30 maekke Exp $ EAPI=4 @@ -15,7 +15,7 @@ EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" RDEPEND=">=x11-libs/libxcb-1.7 |