diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-14 01:40:17 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-14 01:40:17 +0000 |
commit | f2f77733f24f0fd7355747f4905b5b8f11c8cfce (patch) | |
tree | ddba50524475b95b513857cb1c371a5dbb9b21a1 /dev-ml/findlib | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-f2f77733f24f0fd7355747f4905b5b8f11c8cfce.tar.gz gentoo-2-f2f77733f24f0fd7355747f4905b5b8f11c8cfce.tar.bz2 gentoo-2-f2f77733f24f0fd7355747f4905b5b8f11c8cfce.zip |
~amd64
Diffstat (limited to 'dev-ml/findlib')
-rw-r--r-- | dev-ml/findlib/findlib-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/findlib/findlib-0.8.ebuild b/dev-ml/findlib/findlib-0.8.ebuild index a123e7ced8ff..bfb7e1625cf2 100644 --- a/dev-ml/findlib/findlib-0.8.ebuild +++ b/dev-ml/findlib/findlib-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.8 2004/06/25 00:01:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-0.8.ebuild,v 1.9 2004/07/14 01:38:58 lv Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc -amd64" +KEYWORDS="x86 ppc ~sparc ~amd64" DEPEND="dev-lang/ocaml" |