diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 10:11:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 10:11:33 +0000 |
commit | b9ddefe7998f5ef4d7e6eb691d00abc205f2ae3e (patch) | |
tree | 7acc86e9d6825608c38a85e24735e1fea0be3e4f /app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild | |
parent | stable on amd64 (diff) | |
download | gentoo-2-b9ddefe7998f5ef4d7e6eb691d00abc205f2ae3e.tar.gz gentoo-2-b9ddefe7998f5ef4d7e6eb691d00abc205f2ae3e.tar.bz2 gentoo-2-b9ddefe7998f5ef4d7e6eb691d00abc205f2ae3e.zip |
Clean up X RDEPEND, add desktop-file-utils as crossover uses that to generate menu entires, and stabilize.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
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 4a0da73df839..fb7f8f63f9fb 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-2006 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.8 2006/06/05 16:15:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild,v 1.9 2006/09/24 10:11:33 vapier Exp $ inherit eutils @@ -15,10 +15,13 @@ IUSE="nas" RESTRICT="fetch nostrip" RDEPEND="sys-libs/glibc - || ( - ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXmu x11-libs/libXxf86dga x11-libs/libXxf86vm ) - virtual/x11 - ) + x11-libs/libXrandr + x11-libs/libXi + x11-libs/libXmu + x11-libs/libXmu + x11-libs/libXxf86dga + x11-libs/libXxf86vm + dev-util/desktop-file-utils nas? ( media-libs/nas )" S=${WORKDIR} |