diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-21 23:27:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-21 23:27:52 +0000 |
commit | 31e661bfb3f35b1328ec714bc9ad4f3949461b19 (patch) | |
tree | 0429c228b2d93285a4ca6e13b4fa1bde4a4e1f61 /dev-ml | |
parent | Fix doc DEPEND and bashism in tests, bug #253773. (diff) | |
download | gentoo-2-31e661bfb3f35b1328ec714bc9ad4f3949461b19.tar.gz gentoo-2-31e661bfb3f35b1328ec714bc9ad4f3949461b19.tar.bz2 gentoo-2-31e661bfb3f35b1328ec714bc9ad4f3949461b19.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/facile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/facile/facile-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/facile/ChangeLog b/dev-ml/facile/ChangeLog index 02a7bf0861e1..07f652b62380 100644 --- a/dev-ml/facile/ChangeLog +++ b/dev-ml/facile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/facile -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.14 2008/01/31 02:00:09 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.15 2009/01/21 23:27:52 aballier Exp $ + + 21 Jan 2009; Alexis Ballier <aballier@gentoo.org> facile-1.1.ebuild: + keyword ~x86-fbsd 31 Jan 2008; Brent Baude <ranger@gentoo.org> facile-1.1.ebuild: Marking facile-1.1 ppc for bug 207634 diff --git a/dev-ml/facile/facile-1.1.ebuild b/dev-ml/facile/facile-1.1.ebuild index 857e820d07ad..84da343a60d1 100644 --- a/dev-ml/facile/facile-1.1.ebuild +++ b/dev-ml/facile/facile-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.14 2008/01/31 02:00:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.15 2009/01/21 23:27:52 aballier Exp $ inherit eutils @@ -14,7 +14,7 @@ RESTRICT="mirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-3.09.3-r1" |