diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-12-08 16:38:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-12-08 16:38:33 +0000 |
commit | e941059916d9fc408633196a2ca1a2bf0fd3b311 (patch) | |
tree | 5ae2721ed4cd568a393b144c0c6019f9c5ecc27a /app-pda/gnome-pilot | |
parent | Needs gnome-panel with bonobo support. (diff) | |
download | gentoo-2-e941059916d9fc408633196a2ca1a2bf0fd3b311.tar.gz gentoo-2-e941059916d9fc408633196a2ca1a2bf0fd3b311.tar.bz2 gentoo-2-e941059916d9fc408633196a2ca1a2bf0fd3b311.zip |
Needs gnome-panel with bonobo support.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/gnome-pilot')
-rw-r--r-- | app-pda/gnome-pilot/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/gnome-pilot/ChangeLog b/app-pda/gnome-pilot/ChangeLog index 690f25d19af3..54be796e3dec 100644 --- a/app-pda/gnome-pilot/ChangeLog +++ b/app-pda/gnome-pilot/ChangeLog @@ -1,6 +1,9 @@ # 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.63 2010/10/27 21:51:01 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.64 2010/12/08 16:38:33 pacho Exp $ + + 08 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-pilot-2.32.0.ebuild: + Needs gnome-panel with bonobo support. *gnome-pilot-2.32.0 (27 Oct 2010) 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 f225856f332e..ad051420ef80 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 # 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.1 2010/10/27 21:51:01 eva Exp $ +# $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 $ EAPI="3" G2CONF_DEBUG="no" @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="eds hal" RDEPEND=" - >=gnome-base/gnome-panel-2 + || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) >=gnome-base/gconf-2 dev-libs/libxml2 >=app-pda/pilot-link-0.11.7 |