diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-26 16:41:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-26 16:41:49 +0000 |
commit | a38a3df767ea65d3905e5209996da54bd6dd5091 (patch) | |
tree | dc6c3d535caaf2286db99a85697db2358ef41ca3 /dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | |
parent | Remove old (diff) | |
download | gentoo-2-a38a3df767ea65d3905e5209996da54bd6dd5091.tar.gz gentoo-2-a38a3df767ea65d3905e5209996da54bd6dd5091.tar.bz2 gentoo-2-a38a3df767ea65d3905e5209996da54bd6dd5091.zip |
Readd ~alpha wrt #178256
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.09.3-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.09.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild b/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild index e645c6747636..f20dab11efac 100644 --- a/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.09.3-r1.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-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.13 2007/05/15 22:29:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.09.3-r1.ebuild,v 1.14 2007/05/26 16:41:49 armin76 Exp $ inherit flag-o-matic eutils multilib pax-utils versionator toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://caml.inria.fr/distrib/ocaml-$( get_version_component_range 1-2 ) LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="gdbm ncurses tk latex X" DEPEND="tk? ( >=dev-lang/tk-3.3.3 ) |