diff options
-rw-r--r-- | app-arch/rar/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/rar/rar-3.7.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/rar/ChangeLog b/app-arch/rar/ChangeLog index 21c0277f9ca0..42ac4123720d 100644 --- a/app-arch/rar/ChangeLog +++ b/app-arch/rar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/rar -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.53 2007/12/29 11:14:24 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.54 2008/02/21 23:40:45 robbat2 Exp $ + + 21 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> rar-3.7.1.ebuild: + There are some alternatives to the emul compat package at times. 29 Dec 2007; Raúl Porcel <armin76@gentoo.org> -rar-3.7.0.ebuild: old diff --git a/app-arch/rar/rar-3.7.1.ebuild b/app-arch/rar/rar-3.7.1.ebuild index b7d2c2b5547f..397a8367de1e 100644 --- a/app-arch/rar/rar-3.7.1.ebuild +++ b/app-arch/rar/rar-3.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.7.1.ebuild,v 1.3 2007/12/28 19:19:35 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.7.1.ebuild,v 1.4 2008/02/21 23:40:45 robbat2 Exp $ inherit toolchain-funcs @@ -15,7 +15,7 @@ IUSE="" RESTRICT="strip" RDEPEND=">=sys-libs/glibc-2.4 - amd64? ( app-emulation/emul-linux-x86-compat )" + amd64? ( || ( app-emulation/emul-linux-x86-compat =sys-devel/gcc-3.3* virtual/libstdc++ ) )" S=${WORKDIR}/${PN} |