diff options
author | 2004-07-29 02:57:05 +0000 | |
---|---|---|
committer | 2004-07-29 02:57:05 +0000 | |
commit | 6eb406283b8fdd9fa3f2cb0f84b44dd9215876c0 (patch) | |
tree | 94080f8be2a1fbe6e1b3dced7fcb28f3c2c40fa6 /app-shells | |
parent | Force Manifest recreation (diff) | |
download | historical-6eb406283b8fdd9fa3f2cb0f84b44dd9215876c0.tar.gz historical-6eb406283b8fdd9fa3f2cb0f84b44dd9215876c0.tar.bz2 historical-6eb406283b8fdd9fa3f2cb0f84b44dd9215876c0.zip |
Add ~sparc back in
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 3f24c2bbed06..b2a71998ec7d 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.41 2004/07/29 02:54:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.42 2004/07/29 02:57:05 ciaranm Exp $ + + 29 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> bash-3.0-r1.ebuild: + Add ~sparc back in *bash-3.0-r1 (28 Jul 2004) diff --git a/app-shells/bash/bash-3.0-r1.ebuild b/app-shells/bash/bash-3.0-r1.ebuild index dbe48b752539..fec138bfca10 100644 --- a/app-shells/bash/bash-3.0-r1.ebuild +++ b/app-shells/bash/bash-3.0-r1.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-r1.ebuild,v 1.1 2004/07/29 02:54:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r1.ebuild,v 1.2 2004/07/29 02:57:05 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 ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~sparc" IUSE="nls build uclibc" DEPEND=">=sys-libs/ncurses-5.2-r2" |