diff options
author | Richard Yao <ryao@gentoo.org> | 2018-05-27 14:29:55 -0400 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2018-05-27 14:29:55 -0400 |
commit | fda7328e5c3f0d7e8be7cd1693bd3221b1e81338 (patch) | |
tree | 3b95706313d9ae6358ba2e9526aeacb631a7e975 /app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild | |
parent | x11-plugins/guifications: remove obsolete || die (diff) | |
download | gentoo-fda7328e5c3f0d7e8be7cd1693bd3221b1e81338.tar.gz gentoo-fda7328e5c3f0d7e8be7cd1693bd3221b1e81338.tar.bz2 gentoo-fda7328e5c3f0d7e8be7cd1693bd3221b1e81338.zip |
app-emulation/crossover-bin: Bump to 17.5.0
I am also including 15.3.0, 15.3.1, 16.0.0 and 16.2.5, which are well
overdue. They have been queued to be committed for a long time.
This also fixes some of repoman's complaints.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild')
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild b/app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild index 9e79f258f113..334ea82257d9 100644 --- a/app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-13.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND} dev-util/desktop-file-utils !app-emulation/crossover-office-pro-bin !app-emulation/crossover-office-bin - capi? ( net-dialup/capi4k-utils ) + capi? ( net-libs/libcapi[abi_x86_32(-)] ) cups? ( net-print/cups[abi_x86_32(-)] ) gsm? ( media-sound/gsm[abi_x86_32(-)] ) jpeg? ( virtual/jpeg[abi_x86_32(-)] ) @@ -98,7 +98,7 @@ src_prepare() { src_install() { # Install crossover symlink, bug #476314 - dosym /opt/cxoffice/bin/crossover /opt/bin/crossover + dosym ../cxoffice/bin/crossover /opt/bin/crossover # Install documentation dodoc README changelog.txt |