diff options
author | 2006-12-27 21:41:40 +0000 | |
---|---|---|
committer | 2006-12-27 21:41:40 +0000 | |
commit | c58e32e49109aa7c0b26c7a8109e0b2c2e102155 (patch) | |
tree | 61cc9817e9d2b8ffc6f878350e4f3035b16d7714 /dev-ml | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-c58e32e49109aa7c0b26c7a8109e0b2c2e102155.tar.gz gentoo-2-c58e32e49109aa7c0b26c7a8109e0b2c2e102155.tar.bz2 gentoo-2-c58e32e49109aa7c0b26c7a8109e0b2c2e102155.zip |
Fix multilib.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/findlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.0.4-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index a269fe25554a..23efa350b1c1 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/findlib # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.21 2006/11/03 10:43:42 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.22 2006/12/27 21:41:40 peper Exp $ + + 27 Dec 2006; Piotr Jaroszyński <peper@gentoo.org> + findlib-1.0.4-r1.ebuild: + Fix multilib. 03 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> findlib-1.0.4-r1.ebuild: diff --git a/dev-ml/findlib/findlib-1.0.4-r1.ebuild b/dev-ml/findlib/findlib-1.0.4-r1.ebuild index f130fa6f98a3..384f3ddb5a28 100644 --- a/dev-ml/findlib/findlib-1.0.4-r1.ebuild +++ b/dev-ml/findlib/findlib-1.0.4-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4-r1.ebuild,v 1.13 2006/11/03 10:43:42 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.0.4-r1.ebuild,v 1.14 2006/12/27 21:41:40 peper Exp $ + +inherit multilib IUSE="tk" @@ -15,7 +17,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc-macos ppc64 sparc x86" DEPEND=">=dev-lang/ocaml-3.07" -ocamlfind_destdir="/usr/lib/ocaml/site-packages" +ocamlfind_destdir="/usr/$(get_libdir)/ocaml/site-packages" stublibs=${ocamlfind_destdir}/stublibs pkg_setup() |