diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-03 12:03:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-03 12:03:18 +0000 |
commit | b831513393233637ab4150b9655938bc42a8e9b3 (patch) | |
tree | 8e12eee1cc7724eaaac9a9887fcc4db60aed49c6 /x11-proto | |
parent | Remove ~x86-fbsd keyword as this release does not work correctly. (diff) | |
download | gentoo-2-b831513393233637ab4150b9655938bc42a8e9b3.tar.gz gentoo-2-b831513393233637ab4150b9655938bc42a8e9b3.tar.bz2 gentoo-2-b831513393233637ab4150b9655938bc42a8e9b3.zip |
Remove ~x86-fbsd keyword as this release does not work correctly.
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xcb-proto/ChangeLog | 6 | ||||
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-0.9.93.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog index 00a24bbb46b5..a7a4f6ebead1 100644 --- a/x11-proto/xcb-proto/ChangeLog +++ b/x11-proto/xcb-proto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/xcb-proto # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.2 2006/11/03 06:32:34 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.3 2006/11/03 12:03:18 flameeyes Exp $ + + 03 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + xcb-proto-0.9.93.ebuild: + Remove ~x86-fbsd keyword as this release does not work correctly. *xcb-proto-0.9.93 (03 Nov 2006) diff --git a/x11-proto/xcb-proto/xcb-proto-0.9.93.ebuild b/x11-proto/xcb-proto/xcb-proto-0.9.93.ebuild index 2e02153f8a8e..9c082b1e3797 100644 --- a/x11-proto/xcb-proto/xcb-proto-0.9.93.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-0.9.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-0.9.93.ebuild,v 1.1 2006/11/03 06:32:34 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-0.9.93.ebuild,v 1.2 2006/11/03 12:03:18 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="X C-language Bindings protocol headers" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" LICENSE="X11" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RDEPEND="" DEPEND="${RDEPEND} dev-libs/libxml2" |