diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-21 16:45:48 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-21 16:45:48 +0000 |
commit | e2040a7684a854271d3d3477260abb370840c537 (patch) | |
tree | 83e7b83e185c56c3bfbec0ade287aa69ee56c9a2 /dev-util | |
parent | Added ~ppc64; bug #116186 (diff) | |
download | gentoo-2-e2040a7684a854271d3d3477260abb370840c537.tar.gz gentoo-2-e2040a7684a854271d3d3477260abb370840c537.tar.bz2 gentoo-2-e2040a7684a854271d3d3477260abb370840c537.zip |
removed ppc64 exclusion from shash dependency
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0_rc11.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 54d375d87284..234fdb85f41b 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/catalyst # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.108 2005/12/20 18:45:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.109 2005/12/21 16:45:48 corsair Exp $ + + 21 Dec 2005; Markus Rothe <corsair@gentoo.org> catalyst-2.0_rc11.ebuild: + removed ppc64 exclusion from shash dependency 20 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> catalyst-2.0_rc11.ebuild: diff --git a/dev-util/catalyst/catalyst-2.0_rc11.ebuild b/dev-util/catalyst/catalyst-2.0_rc11.ebuild index 6b11f0fce67c..f8a51a56b897 100644 --- a/dev-util/catalyst/catalyst-2.0_rc11.ebuild +++ b/dev-util/catalyst/catalyst-2.0_rc11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0_rc11.ebuild,v 1.3 2005/12/20 18:45:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0_rc11.ebuild,v 1.4 2005/12/21 16:45:48 corsair Exp $ inherit eutils @@ -23,8 +23,7 @@ RDEPEND="dev-lang/python !alpha? ( !hppa? ( !ia64? ( - !ppc64? ( - app-crypt/shash ) ) ) ) + app-crypt/shash ) ) ) amd64? ( sys-apps/linux32 ) ppc64? ( |