diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:07:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:07:29 +0000 |
commit | adef3d2c78b82f9d310d77ca94043a18e9293e91 (patch) | |
tree | 6c045726abab5f1c06d86aa79403118104a465f8 /app-emulation/crossover-office-bin | |
parent | Fixed cdr_tds module compilation with >=freetds-0.6.3 (diff) | |
download | gentoo-2-adef3d2c78b82f9d310d77ca94043a18e9293e91.tar.gz gentoo-2-adef3d2c78b82f9d310d77ca94043a18e9293e91.tar.bz2 gentoo-2-adef3d2c78b82f9d310d77ca94043a18e9293e91.zip |
depend on glibc, not virtual/libc
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-emulation/crossover-office-bin')
4 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild index d9484c026392..60736182e2d4 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild,v 1.2 2005/01/01 14:09:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild,v 1.3 2005/10/28 23:07:29 vapier Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" RESTRICT="fetch nostrip" RDEPEND="virtual/x11 - virtual/libc" + sys-libs/glibc" S=${WORKDIR} diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild index 1ca1baba84e0..e8c2e4807d11 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild,v 1.2 2005/01/01 14:09:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild,v 1.3 2005/10/28 23:07:29 vapier Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" RESTRICT="fetch nostrip" RDEPEND="virtual/x11 - virtual/libc" + sys-libs/glibc" S=${WORKDIR} diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild index 874713e68e06..cc5442173fce 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild,v 1.3 2005/02/20 22:07:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild,v 1.4 2005/10/28 23:07:29 vapier Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" RESTRICT="fetch nostrip" RDEPEND="virtual/x11 - virtual/libc" + sys-libs/glibc" S=${WORKDIR} diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild index 3f52b935809a..0bcd01fc3417 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild,v 1.2 2005/05/23 16:37:57 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild,v 1.3 2005/10/28 23:07:29 vapier Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" RESTRICT="fetch nostrip" RDEPEND="virtual/x11 - virtual/libc + sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-xlibs )" S=${WORKDIR} |