diff options
author | 2004-07-14 01:40:17 +0000 | |
---|---|---|
committer | 2004-07-14 01:40:17 +0000 | |
commit | d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6 (patch) | |
tree | 394804a17c3cbadd7857d0aac8b94deb408a77bc /dev-ml/findlib | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6.tar.gz historical-d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6.tar.bz2 historical-d2576f4dc729e98ad9b3cfe7f678b54d5af15cb6.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" |