summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-07 04:30:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-07 04:30:21 +0000
commita045c793152a44ad81b0db5e1fe90d25162a2e5f (patch)
treee560e8177f99812d11727205292b310a011c2b4e /sys-libs
parent keyword ~x86-fbsd (diff)
downloadgentoo-2-a045c793152a44ad81b0db5e1fe90d25162a2e5f.tar.gz
gentoo-2-a045c793152a44ad81b0db5e1fe90d25162a2e5f.tar.bz2
gentoo-2-a045c793152a44ad81b0db5e1fe90d25162a2e5f.zip
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/tdb/ChangeLog5
-rw-r--r--sys-libs/tdb/tdb-1.2.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog
index 920a9b6c99e3..138db7cbfe88 100644
--- a/sys-libs/tdb/ChangeLog
+++ b/sys-libs/tdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.36 2011/06/27 20:11:47 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.37 2011/07/07 04:30:21 aballier Exp $
+
+ 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> tdb-1.2.9.ebuild:
+ keyword ~x86-fbsd
27 Jun 2011; Víctor Ostorga <vostorga@gentoo.org> tdb-1.2.9.ebuild:
Adding DEPEND on app-text/docbook-xml-dtd:4.2
diff --git a/sys-libs/tdb/tdb-1.2.9.ebuild b/sys-libs/tdb/tdb-1.2.9.ebuild
index dca1c03ad963..498af0dcfa68 100644
--- a/sys-libs/tdb/tdb-1.2.9.ebuild
+++ b/sys-libs/tdb/tdb-1.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.2 2011/06/27 20:11:47 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.3 2011/07/07 04:30:21 aballier Exp $
EAPI=3
PYTHON_DEPEND="python? 2"
@@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="python"
RDEPEND=""