diff options
author | 2009-01-21 11:01:48 +0000 | |
---|---|---|
committer | 2009-01-21 11:01:48 +0000 | |
commit | b7c4af43c353b4a945cbd5897532044182a2098d (patch) | |
tree | a96f6f67bb1a3f5b5fc55bbc3e76b1a1a94115dd /app-pda/synce | |
parent | masking synce-0.13 until open issues are solved (diff) | |
download | gentoo-2-b7c4af43c353b4a945cbd5897532044182a2098d.tar.gz gentoo-2-b7c4af43c353b4a945cbd5897532044182a2098d.tar.bz2 gentoo-2-b7c4af43c353b4a945cbd5897532044182a2098d.zip |
changing synce deps from ~atom-${PV} to =atom-${PV}*
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce')
-rw-r--r-- | app-pda/synce/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/synce/synce-0.13.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-pda/synce/ChangeLog b/app-pda/synce/ChangeLog index 347f48fb8068..13966e89ca75 100644 --- a/app-pda/synce/ChangeLog +++ b/app-pda/synce/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/synce # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.12 2009/01/21 01:08:35 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.13 2009/01/21 11:01:48 mescalinum Exp $ + + 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-0.13.ebuild: + changing synce deps from ~atom-${PV} to =atom-${PV}* *synce-0.13 (21 Jan 2009) diff --git a/app-pda/synce/synce-0.13.ebuild b/app-pda/synce/synce-0.13.ebuild index 601b42575ff3..31ce6c47c69b 100644 --- a/app-pda/synce/synce-0.13.ebuild +++ b/app-pda/synce/synce-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/synce-0.13.ebuild,v 1.1 2009/01/21 01:08:35 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.13.ebuild,v 1.2 2009/01/21 11:01:48 mescalinum Exp $ DESCRIPTION="Synchronize Windows CE devices with Linux." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -11,19 +11,19 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="gnome hal kde serial" DEPEND="" -RDEPEND="~app-pda/synce-sync-engine-${PV} +RDEPEND="=app-pda/synce-sync-engine-${PV}* hal? ( - >=app-pda/synce-hal-${PV} + =app-pda/synce-hal-${PV}* ) !hal? ( - ~app-pda/synce-odccm-${PV} + =app-pda/synce-odccm-${PV}* ) kde? ( - ~app-pda/synce-kpm-${PV} + =app-pda/synce-kpm-${PV}* ) gnome? ( ~app-pda/synce-gvfs-0.2.1 - ~app-pda/synce-trayicon-${PV} + =app-pda/synce-trayicon-${PV}* )" src_compile() { |