Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 464090
Collapse All | Expand All

(-)libraw1394-2.1.0.ebuild (-9 / +9 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.1.0.ebuild,v 1.1 2013/01/17 03:20:29 vapier Exp $
3
# $Header: $
4
4
5
EAPI=4
5
EAPI="5"
6
7
inherit autotools-multilib
6
8
7
DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
9
DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
8
HOMEPAGE="http://ieee1394.wiki.kernel.org/"
10
HOMEPAGE="http://ieee1394.wiki.kernel.org/"
Lines 14-26 Link Here
14
IUSE="static-libs"
16
IUSE="static-libs"
15
17
16
DEPEND="app-arch/xz-utils"
18
DEPEND="app-arch/xz-utils"
17
RDEPEND=""
19
RDEPEND="amd64? (
20
	abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 )
21
)"
18
22
19
src_configure() {
23
src_configure() {
20
	econf $(use_enable static-libs static)
24
	local myeconfargs=( $(use_enable static-libs static) )
21
}
25
	autotools-multilib_src_configure
22
23
src_install() {
24
	default
25
	find "${ED}" -name '*.la' -delete
26
}
26
}

Return to bug 464090