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

Collapse All | Expand All

(-)linuxtv-dvb-apps-1.1.1.20080317.ebuild.orig (-1 / +2 lines)
Lines 12-18 Link Here
12
DESCRIPTION="small utils for DVB to scan, zap, view signal strength, ..."
12
DESCRIPTION="small utils for DVB to scan, zap, view signal strength, ..."
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
14
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
15
KEYWORDS="amd64 ~ia64 ppc x86"
15
KEYWORDS="amd64 ~ia64 ppc x86 ~arm"
16
16
17
RDEPEND="usb? ( >=dev-libs/libusb-0.1.10a )
17
RDEPEND="usb? ( >=dev-libs/libusb-0.1.10a )
18
	!dev-db/xbase"
18
	!dev-db/xbase"
Lines 46-51 Link Here
46
{
46
{
47
	# interferes with variable in Makefile
47
	# interferes with variable in Makefile
48
	unset ARCH
48
	unset ARCH
49
	export CC=${CHOST}-gcc
49
50
50
	emake bindir=/usr/bin datadir=/usr/share libdir=/usr/$(get_libdir) || die "failed to compile"
51
	emake bindir=/usr/bin datadir=/usr/share libdir=/usr/$(get_libdir) || die "failed to compile"
51
}
52
}

Return to bug 302652