diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-12 14:21:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-12 14:21:44 +0000 |
commit | 94f54d1909025a5b06f0687a0d1102dbb8f1d5ef (patch) | |
tree | 8bf0ae69ee73482f7ef560321c937e338fa981b6 /dev-ml | |
parent | Re-add forced LDFLAGS for alpha, since it still needs it (diff) | |
download | gentoo-2-94f54d1909025a5b06f0687a0d1102dbb8f1d5ef.tar.gz gentoo-2-94f54d1909025a5b06f0687a0d1102dbb8f1d5ef.tar.bz2 gentoo-2-94f54d1909025a5b06f0687a0d1102dbb8f1d5ef.zip |
Add ~alpha/~ia64 wrt #192065
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-ml')
-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 4e1447c021ba..c4e5ded9318a 100644 --- a/dev-ml/facile/ChangeLog +++ b/dev-ml/facile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/facile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.1 2007/09/10 21:01:37 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.2 2007/09/12 14:21:44 armin76 Exp $ + + 12 Sep 2007; Raúl Porcel <armin76@gentoo.org> facile-1.1.ebuild: + Add ~alpha/~ia64 wrt #192065 *facile-1.1 (10 Sep 2007) diff --git a/dev-ml/facile/facile-1.1.ebuild b/dev-ml/facile/facile-1.1.ebuild index 0c50b47917ae..dd12225676ca 100644 --- a/dev-ml/facile/facile-1.1.ebuild +++ b/dev-ml/facile/facile-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.1 2007/09/10 21:01:37 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.2 2007/09/12 14:21:44 armin76 Exp $ DESCRIPTION="FaCiLe is a constraint programming library on integer and integer set finite domains written in OCaml." HOMEPAGE="http://www.recherche.enac.fr/log/facile/" @@ -10,7 +10,7 @@ RESTRICT="mirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~x86" IUSE="" DEPEND=">=dev-lang/ocaml-3.09.3-r1" |