diff options
author | 2012-01-15 15:50:06 +0000 | |
---|---|---|
committer | 2012-01-15 15:50:06 +0000 | |
commit | 16cd4eb80739aeb4cdfe1e173bb56e1e6fdc8ade (patch) | |
tree | cded0d6dcdb3ea2f9bff9e9bca2d304275b8879c /dev-ml/ocamlsdl | |
parent | x86 stable wrt bug #397037 (diff) | |
download | gentoo-2-16cd4eb80739aeb4cdfe1e173bb56e1e6fdc8ade.tar.gz gentoo-2-16cd4eb80739aeb4cdfe1e173bb56e1e6fdc8ade.tar.bz2 gentoo-2-16cd4eb80739aeb4cdfe1e173bb56e1e6fdc8ade.zip |
x86 stable wrt bug #396911
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-ml/ocamlsdl')
-rw-r--r-- | dev-ml/ocamlsdl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ocamlsdl/ChangeLog b/dev-ml/ocamlsdl/ChangeLog index 3366b6f7aa93..e934abbd5f57 100644 --- a/dev-ml/ocamlsdl/ChangeLog +++ b/dev-ml/ocamlsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlsdl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.12 2011/04/19 18:51:53 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.13 2012/01/15 15:50:06 phajdan.jr Exp $ + + 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ocamlsdl-0.8.0.ebuild: + x86 stable wrt bug #396911 *ocamlsdl-0.8.0 (19 Apr 2011) diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild index c27c191a830f..ffa23294c816 100644 --- a/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild +++ b/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild,v 1.1 2011/04/19 18:51:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild,v 1.2 2012/01/15 15:50:06 phajdan.jr Exp $ inherit findlib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="doc opengl truetype" #noimage nomixer DEPEND=">=dev-lang/ocaml-3.04 |