diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-02-21 17:52:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-02-21 17:52:35 +0000 |
commit | 6365022ba2e56848e23e82adc1d1978b100a10ab (patch) | |
tree | 79d9b019643680d8dbc1dfe612e0c177e3d0457d /app-pda | |
parent | Skip running src_test() wrt #318597 by Diego Elio Pettenò. (diff) | |
download | gentoo-2-6365022ba2e56848e23e82adc1d1978b100a10ab.tar.gz gentoo-2-6365022ba2e56848e23e82adc1d1978b100a10ab.tar.bz2 gentoo-2-6365022ba2e56848e23e82adc1d1978b100a10ab.zip |
configure enabled HAL support if --enable-usb --enable-network OR --enable-pilotlinktest are forced, dropping them as it will result in them being enabled (as wanted) without breaking HAL support configure handling (bug #355859 by Markos Chandras).
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/gnome-pilot/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild | 7 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-pda/gnome-pilot/ChangeLog b/app-pda/gnome-pilot/ChangeLog index 54be796e3dec..9508bf0673d6 100644 --- a/app-pda/gnome-pilot/ChangeLog +++ b/app-pda/gnome-pilot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/gnome-pilot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.64 2010/12/08 16:38:33 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.65 2011/02/21 17:52:35 pacho Exp $ + + 21 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnome-pilot-2.32.0.ebuild: + configure enabled HAL support if --enable-usb --enable-network OR + --enable-pilotlinktest are forced, dropping them as it will result in them + being enabled (as wanted) without breaking HAL support configure handling + (bug #355859 by Markos Chandras). 08 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-pilot-2.32.0.ebuild: Needs gnome-panel with bonobo support. diff --git a/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild index ad051420ef80..63e44fe3212b 100644 --- a/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild +++ b/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.2 2010/12/08 16:38:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.3 2011/02/21 17:52:35 pacho Exp $ EAPI="3" G2CONF_DEBUG="no" @@ -36,9 +36,6 @@ DEPEND="${RDEPEND} pkg_setup() { DOCS="AUTHORS COPYING* ChangeLog README NEWS" G2CONF="${G2CONF} - --enable-usb - --enable-network - --enable-pilotlinktest --disable-static $(use_enable eds eds-conduits) $(use_with hal)" |