diff options
author | 2006-11-24 15:34:06 +0000 | |
---|---|---|
committer | 2006-11-24 15:34:06 +0000 | |
commit | e644d887fa132994cc0756413935f610f01d8fbe (patch) | |
tree | b97bbe21a9d0757decf3e755bda46f534c778c04 /x11-proto/xcb-proto | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-e644d887fa132994cc0756413935f610f01d8fbe.tar.gz gentoo-2-e644d887fa132994cc0756413935f610f01d8fbe.tar.bz2 gentoo-2-e644d887fa132994cc0756413935f610f01d8fbe.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'x11-proto/xcb-proto')
-rw-r--r-- | x11-proto/xcb-proto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-proto/xcb-proto/ChangeLog b/x11-proto/xcb-proto/ChangeLog index 995bd23318f0..b9cf68a1daff 100644 --- a/x11-proto/xcb-proto/ChangeLog +++ b/x11-proto/xcb-proto/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2006/11/24 09:39:07 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.5 2006/11/24 15:34:06 flameeyes Exp $ + + 24 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> xcb-proto-1.0.ebuild: + Add ~x86-fbsd keyword. *xcb-proto-1.0 (24 Nov 2006) diff --git a/x11-proto/xcb-proto/xcb-proto-1.0.ebuild b/x11-proto/xcb-proto/xcb-proto-1.0.ebuild index fd651c0de265..e8c92892b562 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.0.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.0.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-1.0.ebuild,v 1.1 2006/11/24 09:39:07 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.0.ebuild,v 1.2 2006/11/24 15:34:06 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} dev-libs/libxml2" |