diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-01-28 17:07:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-01-28 17:07:01 +0000 |
commit | 2ab5fa60ca912548a2f7572bb30fa782be4ab6f1 (patch) | |
tree | 3acab9b99b30fd2cc82e9ef0b02bedf1768bc069 /dev-ml/facile | |
parent | Stable for HPPA (bug #207634). (diff) | |
download | gentoo-2-2ab5fa60ca912548a2f7572bb30fa782be4ab6f1.tar.gz gentoo-2-2ab5fa60ca912548a2f7572bb30fa782be4ab6f1.tar.bz2 gentoo-2-2ab5fa60ca912548a2f7572bb30fa782be4ab6f1.zip |
Stable for HPPA (bug #207634).
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ml/facile')
-rw-r--r-- | dev-ml/facile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/facile/facile-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/facile/ChangeLog b/dev-ml/facile/ChangeLog index 6893291f0d2b..da14e08cc675 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.8 2008/01/06 18:11:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.9 2008/01/28 17:07:01 jer Exp $ + + 28 Jan 2008; Jeroen Roovers <jer@gentoo.org> facile-1.1.ebuild: + Stable for HPPA (bug #207634). 06 Jan 2008; Alexis Ballier <aballier@gentoo.org> facile-1.1.ebuild: allow to build without ocamlopt, dont install license diff --git a/dev-ml/facile/facile-1.1.ebuild b/dev-ml/facile/facile-1.1.ebuild index e27341552e7e..0b10ee3fd74c 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 # 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.8 2008/01/06 18:11:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.9 2008/01/28 17:07:01 jer 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" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-3.09.3-r1" |