diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-03 18:25:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-03 18:25:00 +0000 |
commit | e0f4830295dc06e20c7fe1aa4068f95ed2728c75 (patch) | |
tree | cb1af2187dd62038a43f8dd1cca70814e7c5f41b /app-emulation/crossover-office-pro-bin | |
parent | Respect CC and LDFLAGS wrt bug 331103. Thanks to Olivier Huber <oli.huber@gma... (diff) | |
download | gentoo-2-e0f4830295dc06e20c7fe1aa4068f95ed2728c75.tar.gz gentoo-2-e0f4830295dc06e20c7fe1aa4068f95ed2728c75.tar.bz2 gentoo-2-e0f4830295dc06e20c7fe1aa4068f95ed2728c75.zip |
Add specific jpeg/png SONAME deps #331053.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/crossover-office-pro-bin')
-rw-r--r-- | app-emulation/crossover-office-pro-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog index 6f7310a3b749..54990a9452a8 100644 --- a/app-emulation/crossover-office-pro-bin/ChangeLog +++ b/app-emulation/crossover-office-pro-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/crossover-office-pro-bin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.18 2010/08/03 05:17:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.19 2010/08/03 18:25:00 vapier Exp $ + + 03 Aug 2010; Mike Frysinger <vapier@gentoo.org> + crossover-office-pro-bin-9.1.0.ebuild: + Add specific jpeg/png SONAME deps #331053. *crossover-office-pro-bin-9.1.0 (03 Aug 2010) diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild index 7385f8659cff..9088efbc864a 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2010 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.1.0.ebuild,v 1.1 2010/08/03 05:17:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild,v 1.2 2010/08/03 18:25:00 vapier Exp $ + +EAPI="3" inherit eutils @@ -22,7 +24,9 @@ RDEPEND="sys-libs/glibc x11-libs/libXxf86vm dev-util/desktop-file-utils nas? ( media-libs/nas ) - amd64? ( app-emulation/emul-linux-x86-xlibs )" + amd64? ( app-emulation/emul-linux-x86-xlibs ) + media-libs/jpeg:62 + media-libs/libpng:1.2" S=${WORKDIR} |