diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-22 16:06:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-22 16:06:36 +0000 |
commit | 607f6b165cc1b8a2884675012909029f4445ecba (patch) | |
tree | a137bd6967af09343205d239a98c6720beb75cef /dev-ml | |
parent | Revert back to EAPI 2 for stabilization. (diff) | |
download | gentoo-2-607f6b165cc1b8a2884675012909029f4445ecba.tar.gz gentoo-2-607f6b165cc1b8a2884675012909029f4445ecba.tar.bz2 gentoo-2-607f6b165cc1b8a2884675012909029f4445ecba.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/bin-prot-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/bin-prot/bin-prot-1.3.0.ebuild b/dev-ml/bin-prot/bin-prot-1.3.0.ebuild index 2382b4657757..8c352215a489 100644 --- a/dev-ml/bin-prot/bin-prot-1.3.0.ebuild +++ b/dev-ml/bin-prot/bin-prot-1.3.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.3.0.ebuild,v 1.1 2011/02/22 15:10:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.3.0.ebuild,v 1.2 2011/02/22 16:06:36 aballier Exp $ EAPI=3 EAPI="2" -inherit findlib eutils +inherit findlib eutils multilib DESCRIPTION="A binary protocol generator" HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" |