summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-05-10 15:04:18 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-05-10 15:04:18 +0000
commitc69d59e0d40ae2dfc32c6716afee11560e2da15a (patch)
tree6516f47a63014dfae08ad785a5d81fbd346018b8 /app-pda
parentStable for HPPA (bug #266717). (diff)
downloadgentoo-2-c69d59e0d40ae2dfc32c6716afee11560e2da15a.tar.gz
gentoo-2-c69d59e0d40ae2dfc32c6716afee11560e2da15a.tar.bz2
gentoo-2-c69d59e0d40ae2dfc32c6716afee11560e2da15a.zip
fix bug #233416
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-hal/ChangeLog5
-rw-r--r--app-pda/synce-hal/synce-hal-0.13.ebuild4
2 files changed, 6 insertions, 3 deletions
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 <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
+ fix bug #233416
27 Jan 2009; Federico Ferri <mescalinum@gentoo.org> 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
}