summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/beecrypt/ChangeLog6
-rw-r--r--dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/beecrypt/ChangeLog b/dev-libs/beecrypt/ChangeLog
index 89035f7cec1e..68991097ea29 100644
--- a/dev-libs/beecrypt/ChangeLog
+++ b/dev-libs/beecrypt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/beecrypt
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.59 2008/04/29 19:20:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.60 2008/09/25 09:19:37 aballier Exp $
+
+ 25 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+ beecrypt-4.1.2-r2.ebuild:
+ keyword ~x86-fbsd
29 Apr 2008; Alexis Ballier <aballier@gentoo.org>
beecrypt-4.1.2-r2.ebuild:
diff --git a/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild b/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild
index fa4141c41e3f..32a781faa296 100644
--- a/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild
+++ b/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild,v 1.5 2008/04/29 19:20:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild,v 1.6 2008/09/25 09:19:37 aballier Exp $
inherit flag-o-matic eutils multilib autotools java-pkg-opt-2
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/beecrypt/${P}.tar.gz"
LICENSE="LGPL-2"
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="java nocxx python threads doc"
COMMONDEPEND="python? ( >=dev-lang/python-2.2 )