diff options
author | Jason Wever <weeve@gentoo.org> | 2005-02-19 17:51:56 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-02-19 17:51:56 +0000 |
commit | d4929e96d64ba9061f1b97d4feead900e8510bd5 (patch) | |
tree | a153a9a1a9b95c944588a11dbb363499b1b2420f /dev-ml | |
parent | Stable on ppc (diff) | |
download | gentoo-2-d4929e96d64ba9061f1b97d4feead900e8510bd5.tar.gz gentoo-2-d4929e96d64ba9061f1b97d4feead900e8510bd5.tar.bz2 gentoo-2-d4929e96d64ba9061f1b97d4feead900e8510bd5.zip |
Added ~sparc keyword as it was dropped :(
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlsdl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlsdl/ChangeLog b/dev-ml/ocamlsdl/ChangeLog index 0cc4ff18998a..208468bf0e80 100644 --- a/dev-ml/ocamlsdl/ChangeLog +++ b/dev-ml/ocamlsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlsdl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.5 2005/02/17 20:15:56 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.6 2005/02/19 17:51:56 weeve Exp $ + + 19 Feb 2005; Jason Wever <weeve@gentoo.org> ocamlsdl-0.7.1.ebuild: + Added ~sparc keyword as it was dropped :( 17 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> ocamlsdl-0.7.1.ebuild: Stable on x86, ppc. Did not add new use flags to control sdl-mixer,sdl-image diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild index 3c7a2e5459c8..bb88a5d273a8 100644 --- a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild +++ b/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild,v 1.2 2005/02/17 20:15:56 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild,v 1.3 2005/02/19 17:51:56 weeve Exp $ inherit findlib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~sparc" IUSE="doc opengl truetype" #noimage nomixer DEPEND=">=dev-lang/ocaml-3.04 |