Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/bin-prot: bin-prot-1.3.0.ebuild
Date: Tue, 22 Feb 2011 16:06:45
Message-Id: 20110222160636.A5C5E20054@flycatcher.gentoo.org
1 aballier 11/02/22 16:06:36
2
3 Modified: bin-prot-1.3.0.ebuild
4 Log:
5 inherit multilib for get_libdir
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ml/bin-prot/bin-prot-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-1.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-1.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/bin-prot/bin-prot-1.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: bin-prot-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bin-prot-1.3.0.ebuild 22 Feb 2011 15:10:34 -0000 1.1
23 +++ bin-prot-1.3.0.ebuild 22 Feb 2011 16:06:36 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=3
31
32 EAPI="2"
33
34 -inherit findlib eutils
35 +inherit findlib eutils multilib
36
37 DESCRIPTION="A binary protocol generator"
38 HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"