diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-10-07 11:44:24 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-10-07 11:44:24 +0000 |
commit | 6ac17fe7d534581d2960c9aedc7e5b36b139d3d8 (patch) | |
tree | 6858cc9ef1eb69c4d80d3b19232c1ef4f471326f /app-arch/rar/rar-3.5.1.ebuild | |
parent | * 0.4.5 actually removed (diff) | |
download | gentoo-2-6ac17fe7d534581d2960c9aedc7e5b36b139d3d8.tar.gz gentoo-2-6ac17fe7d534581d2960c9aedc7e5b36b139d3d8.tar.bz2 gentoo-2-6ac17fe7d534581d2960c9aedc7e5b36b139d3d8.zip |
Now depends on virtual/libstdc++-3.3 on x86. Fixes bug #139094. All versions now depend on emul-linux-x86-compat on amd64.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'app-arch/rar/rar-3.5.1.ebuild')
-rw-r--r-- | app-arch/rar/rar-3.5.1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-arch/rar/rar-3.5.1.ebuild b/app-arch/rar/rar-3.5.1.ebuild index a105c04ded31..9db174aebea3 100644 --- a/app-arch/rar/rar-3.5.1.ebuild +++ b/app-arch/rar/rar-3.5.1.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-arch/rar/rar-3.5.1.ebuild,v 1.6 2006/08/11 21:13:09 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.5.1.ebuild,v 1.7 2006/10/07 11:44:24 betelgeuse Exp $ DESCRIPTION="RAR compressor/uncompressor" HOMEPAGE="http://www.rarsoft.com/" @@ -13,7 +13,11 @@ IUSE="" RESTRICT="nostrip" -RDEPEND="sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-baselibs )" +RDEPEND=" + sys-libs/glibc + amd64? ( app-emulation/emul-linux-x86-compat ) + x86? ( ~virtual/libstdc++-3.3 ) + " S=${WORKDIR}/${PN} |