summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2006-10-07 11:44:24 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2006-10-07 11:44:24 +0000
commit6ac17fe7d534581d2960c9aedc7e5b36b139d3d8 (patch)
tree6858cc9ef1eb69c4d80d3b19232c1ef4f471326f /app-arch
parent* 0.4.5 actually removed (diff)
downloadgentoo-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')
-rw-r--r--app-arch/rar/ChangeLog7
-rw-r--r--app-arch/rar/rar-3.5.1.ebuild8
-rw-r--r--app-arch/rar/rar-3.6.0.ebuild4
3 files changed, 14 insertions, 5 deletions
diff --git a/app-arch/rar/ChangeLog b/app-arch/rar/ChangeLog
index 929d0e4b84da..3fd59076c34e 100644
--- a/app-arch/rar/ChangeLog
+++ b/app-arch/rar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/rar
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.38 2006/09/07 23:25:41 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.39 2006/10/07 11:44:24 betelgeuse Exp $
+
+ 07 Oct 2006; Petteri Räty <betelgeuse@gentoo.org> rar-3.5.1.ebuild,
+ rar-3.6.0.ebuild:
+ Now depends on virtual/libstdc++-3.3 on x86. Fixes bug #139094. All versions
+ now depend on emul-linux-x86-compat on amd64.
*rar-3.6.0 (07 Sep 2006)
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}
diff --git a/app-arch/rar/rar-3.6.0.ebuild b/app-arch/rar/rar-3.6.0.ebuild
index 640fac8c57eb..f1b9d3acc526 100644
--- a/app-arch/rar/rar-3.6.0.ebuild
+++ b/app-arch/rar/rar-3.6.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-arch/rar/rar-3.6.0.ebuild,v 1.1 2006/09/07 23:25:41 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.6.0.ebuild,v 1.2 2006/10/07 11:44:24 betelgeuse Exp $
DESCRIPTION="RAR compressor/uncompressor"
HOMEPAGE="http://www.rarsoft.com/"
@@ -13,7 +13,7 @@ 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 )"
S="${WORKDIR}/${PN}"