diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-16 00:53:14 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-16 00:53:14 +0000 |
commit | c555b7e0b7033dbac7ad2b4ac892c27c6d35ff65 (patch) | |
tree | 1dbade49d05c08757346c158bc50bc4f467c0cd1 /dev-ml | |
parent | Crazy bug fixes for tomcat + 5.0 version (Manifest recommit) (diff) | |
download | gentoo-2-c555b7e0b7033dbac7ad2b4ac892c27c6d35ff65.tar.gz gentoo-2-c555b7e0b7033dbac7ad2b4ac892c27c6d35ff65.tar.bz2 gentoo-2-c555b7e0b7033dbac7ad2b4ac892c27c6d35ff65.zip |
Added ~sparc keyword to fix dev-ml/ocaml-make's broken deps.
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/findlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index ec5c7d49a134..3bc58a73110a 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/findlib -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.2 2003/02/12 06:12:35 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.3 2004/02/16 00:53:14 weeve Exp $ + + 15 Feb 2004; Jason Wever <weeve@gentoo.org> findlib-0.8.ebuild: + Added ~sparc keyword to fix dev-ml/ocaml-make's broken deps. *findlib-0.8.ebuild (15 äÅË 2002) diff --git a/dev-ml/findlib/findlib-0.8.ebuild b/dev-ml/findlib/findlib-0.8.ebuild index 3949cf8e3628..c44c5e10d196 100644 --- a/dev-ml/findlib/findlib-0.8.ebuild +++ b/dev-ml/findlib/findlib-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-0.8.ebuild,v 1.2 2003/02/13 10:54:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-0.8.ebuild,v 1.3 2004/02/16 00:53:14 weeve Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" DEPEND="dev-lang/ocaml" |