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 (-2 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 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/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20080317.ebuild,v 1.4 2008/12/21 14:48:57 nixnut Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.1.20080317.ebuild,v 1.4 2008/12/21 14:48:57 nixnut Exp $
4
4
5
inherit eutils versionator multilib
5
inherit eutils versionator multilib
6
6
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