diff options
-rw-r--r-- | sci-biology/rebase/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-1006.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index 1cf45bf23c5f..3209df07c881 100644 --- a/sci-biology/rebase/ChangeLog +++ b/sci-biology/rebase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/rebase # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.99 2010/07/18 14:18:40 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.100 2010/09/12 20:00:32 jlec Exp $ + + 12 Sep 2010; Justin Lecher <jlec@gentoo.org> rebase-1006.ebuild: + fix DEPENDS for xz, 336945 18 Jul 2010; <nixnut@gentoo.org> rebase-1006.ebuild: ppc stable #325457 diff --git a/sci-biology/rebase/rebase-1006.ebuild b/sci-biology/rebase/rebase-1006.ebuild index 75f9b5677e03..a7ab232723e7 100644 --- a/sci-biology/rebase/rebase-1006.ebuild +++ b/sci-biology/rebase/rebase-1006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1006.ebuild,v 1.6 2010/07/18 14:18:40 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1006.ebuild,v 1.7 2010/09/12 20:00:32 jlec Exp $ EAPI="3" @@ -19,7 +19,7 @@ KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-s RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )" DEPEND="${RDEPEND} - || ( app-arch/xz-utils app-arch/lzma-utils )" + app-arch/xz-utils" RESTRICT="binchecks strip" |