diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-29 01:47:45 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-29 01:47:45 +0000 |
commit | 7c72857c83e05897fb89db81daf2c6514ddf5760 (patch) | |
tree | 05ef221e6f31183941d7cb4b2c1ecbdeeda17fb6 /app-shells | |
parent | Conditionally depending on virtual/x11, fixes Bug #58705 (Manifest recommit) (diff) | |
download | gentoo-2-7c72857c83e05897fb89db81daf2c6514ddf5760.tar.gz gentoo-2-7c72857c83e05897fb89db81daf2c6514ddf5760.tar.bz2 gentoo-2-7c72857c83e05897fb89db81daf2c6514ddf5760.zip |
Remove ~sparc for now, see bug #58703
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index b44db3dac61b..87d6aff94421 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.39 2004/07/28 13:49:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.40 2004/07/29 01:47:45 ciaranm Exp $ + + 29 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> bash-3.0.ebuild: + Remove ~sparc for now, see bug #58703 *bash-3.0 (28 Jul 2004) diff --git a/app-shells/bash/bash-3.0.ebuild b/app-shells/bash/bash-3.0.ebuild index 860c5641e951..f604c823ba22 100644 --- a/app-shells/bash/bash-3.0.ebuild +++ b/app-shells/bash/bash-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0.ebuild,v 1.2 2004/07/28 22:41:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0.ebuild,v 1.3 2004/07/29 01:47:45 ciaranm Exp $ inherit eutils flag-o-matic gnuconfig @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.cwru.edu/pub/bash/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="nls build uclibc" DEPEND=">=sys-libs/ncurses-5.2-r2" |