Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 479318 | Differences between
and this patch

Collapse All | Expand All

(-)fam-2.7.0-r6.ebuild (-5 / +10 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r6.ebuild,v 1.11 2013/04/24 17:53:43 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r6.ebuild,v 1.11 2013/04/24 17:53:43 jer Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils autotools
6
inherit eutils autotools multilib-minimal
7
7
8
DEBIAN_PATCH="17"
8
DEBIAN_PATCH="17"
9
DESCRIPTION="FAM, the File Alteration Monitor"
9
DESCRIPTION="FAM, the File Alteration Monitor"
Lines 13-19 Link Here
13
13
14
LICENSE="GPL-2 LGPL-2.1"
14
LICENSE="GPL-2 LGPL-2.1"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
17
IUSE="static-libs"
17
IUSE="static-libs"
18
18
19
DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )
19
DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )
Lines 29-42 Link Here
29
	sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
29
	sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
30
30
31
	eautoreconf
31
	eautoreconf
32
	multilib_copy_sources
32
}
33
}
33
34
34
src_configure() {
35
multilib_src_configure() {
35
	econf $(use_enable static-libs static)
36
	econf $(use_enable static-libs static)
37
38
	# These are thrown away later
39
	if ! multilib_is_native_abi ; then
40
		sed -i -e 's/src conf man//' Makefile
41
	fi
36
}
42
}
37
43
38
src_install() {
44
multilib_src_install_all() {
39
	default
40
	prune_libtool_files
45
	prune_libtool_files
41
46
42
	sed -i "${D}"/etc/fam.conf \
47
	sed -i "${D}"/etc/fam.conf \

Return to bug 479318