From c69d59e0d40ae2dfc32c6716afee11560e2da15a Mon Sep 17 00:00:00 2001 From: Federico Ferri Date: Sun, 10 May 2009 15:04:18 +0000 Subject: fix bug #233416 (Portage version: 2.2_rc33/cvs/Linux x86_64) --- app-pda/synce-hal/ChangeLog | 5 ++++- app-pda/synce-hal/synce-hal-0.13.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-pda') diff --git a/app-pda/synce-hal/ChangeLog b/app-pda/synce-hal/ChangeLog index 0a74a0f6a8f0..22659da2d748 100644 --- a/app-pda/synce-hal/ChangeLog +++ b/app-pda/synce-hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/synce-hal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.6 2009/01/27 02:32:21 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.7 2009/05/10 15:04:18 mescalinum Exp $ + + 10 May 2009; Federico Ferri synce-hal-0.13.ebuild: + fix bug #233416 27 Jan 2009; Federico Ferri synce-hal-0.13.ebuild: fix install location of hal scripts diff --git a/app-pda/synce-hal/synce-hal-0.13.ebuild b/app-pda/synce-hal/synce-hal-0.13.ebuild index 640f51aa96cd..3c3dc4e0d0c8 100644 --- a/app-pda/synce-hal/synce-hal-0.13.ebuild +++ b/app-pda/synce-hal/synce-hal-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.5 2009/01/27 02:42:04 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.6 2009/05/10 15:04:18 mescalinum Exp $ inherit multilib versionator @@ -29,7 +29,7 @@ RDEPEND="${DEPEND} SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" src_compile() { - econf --with-hal-addon-dir="/usr/$(get_libdir)/hal/scripts" || die + econf --with-hal-addon-dir="/usr/$(get_libdir)/hal/scripts" --localstatedir="/var" || die emake || die } -- cgit v1.2.3-65-gdbad