Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/jbigkit: jbigkit-2.0.ebuild
Date: Sun, 28 Feb 2010 11:54:55
Message-Id: E1NlhjZ-0007ls-GX@stork.gentoo.org
1 ssuominen 10/02/28 11:54:53
2
3 Modified: jbigkit-2.0.ebuild
4 Log:
5 And inherit multilib, since get_libname is from there, not from toolchain-funcs. Fail.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 media-libs/jbigkit/jbigkit-2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild?r1=1.3&r2=1.4
14
15 Index: jbigkit-2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- jbigkit-2.0.ebuild 28 Feb 2010 11:53:41 -0000 1.3
22 +++ jbigkit-2.0.ebuild 28 Feb 2010 11:54:53 -0000 1.4
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild,v 1.3 2010/02/28 11:53:41 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild,v 1.4 2010/02/28 11:54:53 ssuominen Exp $
28
29 EAPI=2
30 -inherit eutils toolchain-funcs
31 +inherit eutils multilib toolchain-funcs
32
33 DESCRIPTION="data compression algorithm for bi-level high-resolution images"
34 HOMEPAGE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"