summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-11-30 21:25:02 +0000
committerSven Wegener <swegener@gentoo.org>2004-11-30 21:25:02 +0000
commit2766a393d0587b6aa296c34f1fbdc3acbc4bfaf2 (patch)
treed1245e1b170c94a4139988d841c61d921a25bd5e /app-pda/synce-librapi2
parentFixed invalid atoms in *DEPEND. (Manifest recommit) (diff)
downloadgentoo-2-2766a393d0587b6aa296c34f1fbdc3acbc4bfaf2.tar.gz
gentoo-2-2766a393d0587b6aa296c34f1fbdc3acbc4bfaf2.tar.bz2
gentoo-2-2766a393d0587b6aa296c34f1fbdc3acbc4bfaf2.zip
Fixed invalid atoms in *DEPEND.
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r--app-pda/synce-librapi2/ChangeLog5
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.7.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog
index d9b5e958f16a..41ddf210765c 100644
--- a/app-pda/synce-librapi2/ChangeLog
+++ b/app-pda/synce-librapi2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/synce-librapi2
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.13 2004/10/14 20:14:12 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.14 2004/11/30 21:21:24 swegener Exp $
+
+ 30 Nov 2004; Sven Wegener <swegener@gentoo.org> synce-librapi2-0.7.ebuild:
+ Fixed invalid atoms in *DEPEND.
14 Oct 2004; David Holm <dholm@gentoo.org> synce-librapi2-0.9.0.ebuild:
Added to ~ppc.
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild
index c3a90592f633..2debda512a0e 100644
--- a/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild
+++ b/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild,v 1.7 2004/07/13 18:47:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild,v 1.8 2004/11/30 21:21:24 swegener Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -12,8 +12,8 @@ KEYWORDS="x86"
IUSE=""
DEPEND="virtual/libc
- >=check-0.8.2
- >=synce-libsynce-0.3"
+ >=dev-libs/check-0.8.2
+ >=app-pda/synce-libsynce-0.3"
src_compile() {
econf || die "econf failed"