diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-10-27 13:27:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-10-27 13:27:51 +0000 |
commit | d503c37d3b32c6add7886eb3ead2fb3a7ca714ff (patch) | |
tree | 0cd222032ca12301e12cc1d61d57fae147e8d972 /dev-db/tokyocabinet | |
parent | Version bump. (diff) | |
download | gentoo-2-d503c37d3b32c6add7886eb3ead2fb3a7ca714ff.tar.gz gentoo-2-d503c37d3b32c6add7886eb3ead2fb3a7ca714ff.tar.bz2 gentoo-2-d503c37d3b32c6add7886eb3ead2fb3a7ca714ff.zip |
keyword ~x86-fbsd, bug #290154
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/tokyocabinet')
-rw-r--r-- | dev-db/tokyocabinet/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/tokyocabinet/ChangeLog b/dev-db/tokyocabinet/ChangeLog index eec33fdc418f..2926c605751f 100644 --- a/dev-db/tokyocabinet/ChangeLog +++ b/dev-db/tokyocabinet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/tokyocabinet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.6 2009/10/27 09:31:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.7 2009/10/27 13:27:51 aballier Exp $ + + 27 Oct 2009; Alexis Ballier <aballier@gentoo.org> + tokyocabinet-1.4.36.ebuild: + keyword ~x86-fbsd, bug #290154 *tokyocabinet-1.4.36 (27 Oct 2009) diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild index d0b8ae603c36..80a40a718941 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild,v 1.1 2009/10/27 09:31:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.36.ebuild,v 1.2 2009/10/27 13:27:51 aballier Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86 ~ppc-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd ~ppc-macos ~x64-solaris" IUSE="debug doc examples" DEPEND="sys-libs/zlib |