diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 11:34:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 11:34:19 +0000 |
commit | 8b99e02721485c0c6120cb5dc551554521baf72e (patch) | |
tree | 35fb09d11392e143c321bd5823ad528a7b68e430 /x11-libs | |
parent | Add arm/s390/sh love #224541. (diff) | |
download | gentoo-2-8b99e02721485c0c6120cb5dc551554521baf72e.tar.gz gentoo-2-8b99e02721485c0c6120cb5dc551554521baf72e.tar.bz2 gentoo-2-8b99e02721485c0c6120cb5dc551554521baf72e.zip |
Add s390 love #202529.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 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.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index 4436cdb6d278..2c40f943849a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.25 2008/09/17 22:54:34 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.26 2008/12/07 11:34:19 vapier Exp $ + + 07 Dec 2008; Mike Frysinger <vapier@gentoo.org> xcb-util-0.3.0.ebuild: + Add s390 love #202529. *xcb-util-0.3.0 (17 Sep 2008) diff --git a/x11-libs/xcb-util/xcb-util-0.3.0.ebuild b/x11-libs/xcb-util/xcb-util-0.3.0.ebuild index 6b0eb38eac7d..6da4db0082ba 100644 --- a/x11-libs/xcb-util/xcb-util-0.3.0.ebuild +++ b/x11-libs/xcb-util/xcb-util-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.0.ebuild,v 1.1 2008/09/17 22:54:34 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.0.ebuild,v 1.2 2008/12/07 11:34:19 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -12,7 +12,7 @@ HOMEPAGE="http://xcb.freedesktop.org/" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" LICENSE="X11" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="test" RDEPEND=">=x11-libs/libxcb-1" |