diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 15:16:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 15:16:28 +0000 |
commit | c4a7372dcf18f0301db632db02c7549313469fe6 (patch) | |
tree | 358d96d27e3730f430f07ac152d211d92073f6c7 /app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild | |
parent | Drop old. (diff) | |
download | historical-c4a7372dcf18f0301db632db02c7549313469fe6.tar.gz historical-c4a7372dcf18f0301db632db02c7549313469fe6.tar.bz2 historical-c4a7372dcf18f0301db632db02c7549313469fe6.zip |
[QA] Remove emul-linux-x86-* from dependencies.
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild')
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild index 6727312ab0db..eda2210197ba 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild,v 1.4 2014/10/15 12:42:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild,v 1.5 2015/06/14 15:16:14 ulm Exp $ EAPI=5 @@ -19,19 +19,12 @@ RESTRICT="fetch strip" RDEPEND=" dev-util/desktop-file-utils sys-libs/glibc - || ( - ( - x11-libs/libXrandr[abi_x86_32(-)] - x11-libs/libXi[abi_x86_32(-)] - x11-libs/libXmu[abi_x86_32(-)] - x11-libs/libXxf86dga[abi_x86_32(-)] - x11-libs/libXxf86vm[abi_x86_32(-)] - nas? ( media-libs/nas[abi_x86_32(-)] ) - ) - amd64? ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - ) + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + x11-libs/libXmu[abi_x86_32(-)] + x11-libs/libXxf86dga[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + nas? ( media-libs/nas[abi_x86_32(-)] ) " DEPEND="" |