diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-06 17:15:49 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-06 17:15:49 +0000 |
commit | b93675bc2eea8a0eec62321b58d53e8b5ea2c93b (patch) | |
tree | 7893200a3fc8e6730ba57adcbd2f70663cc37a08 /dev-ml | |
parent | Marking eselect-unison-0.3 ppc for bug 391507 (diff) | |
download | gentoo-2-b93675bc2eea8a0eec62321b58d53e8b5ea2c93b.tar.gz gentoo-2-b93675bc2eea8a0eec62321b58d53e8b5ea2c93b.tar.bz2 gentoo-2-b93675bc2eea8a0eec62321b58d53e8b5ea2c93b.zip |
Marking ocamlsdl-0.8.0 ppc for bug 396911
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlsdl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlsdl/ChangeLog b/dev-ml/ocamlsdl/ChangeLog index 71aaabbf28c8..87e6699331df 100644 --- a/dev-ml/ocamlsdl/ChangeLog +++ b/dev-ml/ocamlsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlsdl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.14 2012/02/05 18:33:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.15 2012/02/06 17:15:49 ranger Exp $ + + 06 Feb 2012; Brent Baude <ranger@gentoo.org> ocamlsdl-0.8.0.ebuild: + Marking ocamlsdl-0.8.0 ppc for bug 396911 05 Feb 2012; Raúl Porcel <armin76@gentoo.org> ocamlsdl-0.7.1.ebuild, ocamlsdl-0.7.2.ebuild, ocamlsdl-0.8.0.ebuild: diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild index 17bc0dbb1df4..7b6913f22ce5 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-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.3 2012/02/05 18:33:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.8.0.ebuild,v 1.4 2012/02/06 17:15:49 ranger Exp $ inherit findlib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="doc opengl truetype" #noimage nomixer DEPEND=">=dev-lang/ocaml-3.04 |