diff options
Diffstat (limited to 'net-misc/ofono/ofono-0.21.ebuild')
-rw-r--r-- | net-misc/ofono/ofono-0.21.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/ofono/ofono-0.21.ebuild b/net-misc/ofono/ofono-0.21.ebuild index 7e95fc7090d0..4f38b0421ad6 100644 --- a/net-misc/ofono/ofono-0.21.ebuild +++ b/net-misc/ofono/ofono-0.21.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-0.21.ebuild,v 1.1 2010/05/28 10:32:56 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-0.21.ebuild,v 1.2 2010/06/07 13:10:20 flameeyes Exp $ EAPI="2" +inherit multilib + DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon." HOMEPAGE="http://ofono.org/" SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.gz" @@ -31,7 +33,7 @@ src_configure() { $(use_enable isimodem) \ $(use_enable atmodem) \ --enable-test \ - --localstatedir="${ROOT}"/var + --localstatedir=/var } src_install() { |