summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-06-07 13:10:20 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-06-07 13:10:20 +0000
commit7a75cbdba01d627985280a06cf7ef85f34481e15 (patch)
tree386c9db28bf44a0bf138bd672125529aecfeda83 /net-misc/ofono
parentRemove old. (diff)
downloadgentoo-2-7a75cbdba01d627985280a06cf7ef85f34481e15.tar.gz
gentoo-2-7a75cbdba01d627985280a06cf7ef85f34481e15.tar.bz2
gentoo-2-7a75cbdba01d627985280a06cf7ef85f34481e15.zip
QA fixes: inherit multilib to avoid failing the removal because of get_libdir missing; avoid abusing $ROOT in econf.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ofono')
-rw-r--r--net-misc/ofono/ChangeLog6
-rw-r--r--net-misc/ofono/ofono-0.21.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/ofono/ChangeLog b/net-misc/ofono/ChangeLog
index 302f29055354..cb83906c5db7 100644
--- a/net-misc/ofono/ChangeLog
+++ b/net-misc/ofono/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/ofono
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.15 2010/05/28 10:32:56 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.16 2010/06/07 13:10:20 flameeyes Exp $
+
+ 07 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org> ofono-0.21.ebuild:
+ QA fixes: inherit multilib to avoid failing the removal because of
+ get_libdir missing; avoid abusing $ROOT in econf.
*ofono-0.21 (28 May 2010)
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() {