diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-15 23:36:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-15 23:36:34 +0000 |
commit | 73b6c5e5dd5a347dc29116e81504761b84986c17 (patch) | |
tree | d28b050b1184cf4f426ee527be9f12240c8b7d43 /sys-libs | |
parent | mask libcanberra[pulseaudio] (diff) | |
download | gentoo-2-73b6c5e5dd5a347dc29116e81504761b84986c17.tar.gz gentoo-2-73b6c5e5dd5a347dc29116e81504761b84986c17.tar.bz2 gentoo-2-73b6c5e5dd5a347dc29116e81504761b84986c17.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 383fa69a8dfb..3aea798a0744 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.42 2012/04/23 19:58:36 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.43 2012/05/15 23:36:34 aballier Exp $ + + 15 May 2012; Alexis Ballier <aballier@gentoo.org> tdb-1.2.10.ebuild: + keyword ~amd64-fbsd *tdb-1.2.10 (23 Apr 2012) diff --git a/sys-libs/tdb/tdb-1.2.10.ebuild b/sys-libs/tdb/tdb-1.2.10.ebuild index 355fab7f694a..9a666b991aa6 100644 --- a/sys-libs/tdb/tdb-1.2.10.ebuild +++ b/sys-libs/tdb/tdb-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.10.ebuild,v 1.1 2012/04/23 19:58:36 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.10.ebuild,v 1.2 2012/05/15 23:36:34 aballier Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -14,7 +14,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 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="python" RDEPEND="" |