diff options
author | 2010-04-18 20:40:40 +0000 | |
---|---|---|
committer | 2010-04-18 20:40:40 +0000 | |
commit | 40974c35675263ce07b85e5ee4e8c301ea3f3e23 (patch) | |
tree | edc999b4098b9756695381fd2aa25410f77dacf3 | |
parent | arm stable, bug #308521 (diff) | |
download | gentoo-2-40974c35675263ce07b85e5ee4e8c301ea3f3e23.tar.gz gentoo-2-40974c35675263ce07b85e5ee4e8c301ea3f3e23.tar.bz2 gentoo-2-40974c35675263ce07b85e5ee4e8c301ea3f3e23.zip |
arm stable, bug #308521
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-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 ba8d3aa737ef..d66f9706a678 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.55 2010/04/18 16:31:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.56 2010/04/18 20:40:40 maekke Exp $ + + 18 Apr 2010; Markus Meier <maekke@gentoo.org> libxcb-1.5.ebuild: + arm stable, bug #308521 18 Apr 2010; <nixnut@gentoo.org> libxcb-1.5.ebuild: ppc stable #308521 diff --git a/x11-libs/libxcb/libxcb-1.5.ebuild b/x11-libs/libxcb/libxcb-1.5.ebuild index 31b7a545b48c..ffa52a925e32 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.5 2010/04/18 16:31:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.5.ebuild,v 1.6 2010/04/18 20:40:40 maekke 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 |