diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-25 09:19:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-25 09:19:37 +0000 |
commit | d9411ad5ffe57b1049f53c7f020009c0aeb77e54 (patch) | |
tree | 38ee94ea1cda3d3cb28eac60ec084b198e43c642 /dev-libs/beecrypt | |
parent | keyword ~x86-fbsd thanks to Davide Italiano <dav_it@gentoo.org>, bug #236213 (diff) | |
download | gentoo-2-d9411ad5ffe57b1049f53c7f020009c0aeb77e54.tar.gz gentoo-2-d9411ad5ffe57b1049f53c7f020009c0aeb77e54.tar.bz2 gentoo-2-d9411ad5ffe57b1049f53c7f020009c0aeb77e54.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'dev-libs/beecrypt')
-rw-r--r-- | dev-libs/beecrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/beecrypt/beecrypt-4.1.2-r2.ebuild | 4 |
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 ) |