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

(-)/usr/portage/dev-libs/libusb/libusb-0.1.10a.ebuild (-2 / +2 lines)
Lines 10-16 Link Here
10
10
11
LICENSE="LGPL-2"
11
LICENSE="LGPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sparc x86"
13
KEYWORDS="~x86"
14
IUSE="debug doc"
14
IUSE="debug doc"
15
15
16
RDEPEND=""
16
RDEPEND=""
Lines 45-51 Link Here
45
		&& myconf="${myconf} --enable-debug=all" \
45
		&& myconf="${myconf} --enable-debug=all" \
46
		|| myconf="${myconf} --disable-debug"
46
		|| myconf="${myconf} --disable-debug"
47
47
48
	econf ${myconf} || die
48
	econf --libdir /lib ${myconf} || die
49
	make || die
49
	make || die
50
}
50
}
51
51

Return to bug 103132