diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-29 00:07:14 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-29 00:07:14 +0000 |
commit | b5ff4af85552e202c58d5edc33c65ed49b6e5fdd (patch) | |
tree | 09dea420dcaa0b36b28c44d966b524e4119c8305 /app-pda/synce-serial | |
parent | Initial commit. Submitted by Donald Giuliano <guido@ou.edu> with extensive re... (diff) | |
download | gentoo-2-b5ff4af85552e202c58d5edc33c65ed49b6e5fdd.tar.gz gentoo-2-b5ff4af85552e202c58d5edc33c65ed49b6e5fdd.tar.bz2 gentoo-2-b5ff4af85552e202c58d5edc33c65ed49b6e5fdd.zip |
remove synce circular dep (#43215)
Diffstat (limited to 'app-pda/synce-serial')
-rw-r--r-- | app-pda/synce-serial/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/synce-serial/synce-serial-0.8-r1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-pda/synce-serial/ChangeLog b/app-pda/synce-serial/ChangeLog index 6aa336d69221..61ad7552861f 100644 --- a/app-pda/synce-serial/ChangeLog +++ b/app-pda/synce-serial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/synce-serial -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.5 2003/09/12 16:23:33 tad Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.6 2004/02/29 00:07:14 liquidx Exp $ + + 29 Feb 2004; Alastair Tse <liquidx@gentoo.org> synce-serial-0.8-r1.ebuild: + remove synce circular dep (#43215) *synce-serial-0.8-r1 (13 Sep 2003) diff --git a/app-pda/synce-serial/synce-serial-0.8-r1.ebuild b/app-pda/synce-serial/synce-serial-0.8-r1.ebuild index 09e365c872a0..6c36b7f680e2 100644 --- a/app-pda/synce-serial/synce-serial-0.8-r1.ebuild +++ b/app-pda/synce-serial/synce-serial-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8-r1.ebuild,v 1.1 2003/09/12 16:23:33 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8-r1.ebuild,v 1.2 2004/02/29 00:07:14 liquidx Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -12,8 +12,7 @@ KEYWORDS="~x86" IUSE="" DEPEND="" -RDEPEND=">=app-pda/synce-0.8 - >=net-dialup/ppp-2.4.1" +RDEPEND=">=net-dialup/ppp-2.4.1" src_compile() { econf |