diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-04-18 16:31:48 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-04-18 16:31:48 +0000 |
commit | 2e3487ee4d92a64bc4e3e94f03b48a840448a168 (patch) | |
tree | 394e57f3910aa88cacf67c8007c1b1a44a769f7e /x11-libs | |
parent | ppc stable #308521 (diff) | |
download | gentoo-2-2e3487ee4d92a64bc4e3e94f03b48a840448a168.tar.gz gentoo-2-2e3487ee4d92a64bc4e3e94f03b48a840448a168.tar.bz2 gentoo-2-2e3487ee4d92a64bc4e3e94f03b48a840448a168.zip |
ppc stable #308521
(Portage version: 2.1.8.3/cvs/Linux ppc)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index b91f3006ec76..ba8d3aa737ef 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.54 2010/04/16 22:12:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.55 2010/04/18 16:31:48 nixnut Exp $ + + 18 Apr 2010; <nixnut@gentoo.org> libxcb-1.5.ebuild: + ppc stable #308521 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> libxcb-1.5.ebuild: amd64 stable, bug 308521 diff --git a/x11-libs/libxcb/libxcb-1.5.ebuild b/x11-libs/libxcb/libxcb-1.5.ebuild index b089d4c05be2..31b7a545b48c 100644 --- a/x11-libs/libxcb/libxcb-1.5.ebuild +++ b/x11-libs/libxcb/libxcb-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.5.ebuild,v 1.4 2010/04/16 22:12:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.5.ebuild,v 1.5 2010/04/18 16:31:48 nixnut Exp $ EAPI="2" @@ -12,7 +12,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" [[ ${PV} != 9999* ]] && \ SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc selinux" RDEPEND="x11-libs/libXau |