diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-30 21:25:02 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-30 21:25:02 +0000 |
commit | 4ba825e5dd237a22d8bd08bf36424f86c8324e8a (patch) | |
tree | 67b35392403db7365450adc61552cd20196821f7 /app-pda/synce-librapi2 | |
parent | Fixed invalid atoms in *DEPEND. (diff) | |
download | historical-4ba825e5dd237a22d8bd08bf36424f86c8324e8a.tar.gz historical-4ba825e5dd237a22d8bd08bf36424f86c8324e8a.tar.bz2 historical-4ba825e5dd237a22d8bd08bf36424f86c8324e8a.zip |
Fixed invalid atoms in *DEPEND.
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.7.ebuild | 6 |
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" |