diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-08 21:49:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-08 21:49:03 +0000 |
commit | c3b50b67a8accd971e0b2cd76f4c159726ad3856 (patch) | |
tree | 7c57eba27cea36250293cbb9f5a0cf22c5385c23 /x11-libs/xcb-util | |
parent | Removed wmbatppc for bug #155693. (diff) | |
download | gentoo-2-c3b50b67a8accd971e0b2cd76f4c159726ad3856.tar.gz gentoo-2-c3b50b67a8accd971e0b2cd76f4c159726ad3856.tar.bz2 gentoo-2-c3b50b67a8accd971e0b2cd76f4c159726ad3856.zip |
Add ~alpha keyword.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r-- | x11-libs/xcb-util/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index 74b08ab0374a..3724c030b8fd 100644 --- a/x11-libs/xcb-util/ChangeLog +++ b/x11-libs/xcb-util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xcb-util # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.8 2007/01/07 19:35:36 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.9 2007/01/08 21:49:03 kloeri Exp $ + + 08 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> + xcb-util-0.1_p20061216.ebuild: + Add ~alpha keyword. 07 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> xcb-util-0.1_p20061216.ebuild: diff --git a/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild b/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild index bf470d5c155a..4854665cb91c 100644 --- a/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild +++ b/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.1_p20061216.ebuild,v 1.8 2007/01/07 19:35:36 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.1_p20061216.ebuild,v 1.9 2007/01/08 21:49:03 kloeri Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="X C-language Bindings sample implementations" SRC_URI="http://dev.gentoo.org/~joshuabaergen/distfiles/${P}.tar.bz2" LICENSE="X11" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" RDEPEND="x11-libs/libxcb" DEPEND="${RDEPEND} dev-util/gperf |