diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:49:43 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:49:43 +0000 |
commit | 3dcb401ba18cb7c5332e2c623d09e017864e385e (patch) | |
tree | 0bbd27c9e94fe96cb1504b1278e8275a56a6d2f2 /app-pda/synce-serial/synce-serial-0.4.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-3dcb401ba18cb7c5332e2c623d09e017864e385e.tar.gz historical-3dcb401ba18cb7c5332e2c623d09e017864e385e.tar.bz2 historical-3dcb401ba18cb7c5332e2c623d09e017864e385e.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-pda/synce-serial/synce-serial-0.4.ebuild')
-rw-r--r-- | app-pda/synce-serial/synce-serial-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/synce-serial/synce-serial-0.4.ebuild b/app-pda/synce-serial/synce-serial-0.4.ebuild index f9cb9b31cfaf..83b0ef55840b 100644 --- a/app-pda/synce-serial/synce-serial-0.4.ebuild +++ b/app-pda/synce-serial/synce-serial-0.4.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-serial/synce-serial-0.4.ebuild,v 1.7 2004/06/24 21:47:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.4.ebuild,v 1.8 2004/07/01 11:49:30 eradicator Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="gnome" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die "econf failed" |