summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-08-30 16:06:12 +0000
committerMark Guertin <gerk@gentoo.org>2002-08-30 16:06:12 +0000
commit7592e0c4a5b02bab34cb52e1c04c47893ef212b0 (patch)
tree2b6c95df34dbc907d2fc8923d538deab62dd1367 /sys-apps
parentInitial import of speedtouch (diff)
downloadhistorical-7592e0c4a5b02bab34cb52e1c04c47893ef212b0.tar.gz
historical-7592e0c4a5b02bab34cb52e1c04c47893ef212b0.tar.bz2
historical-7592e0c4a5b02bab34cb52e1c04c47893ef212b0.zip
set -ppc .. required realine 4.3 b0rks ppc sytems
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/bash/ChangeLog5
-rw-r--r--sys-apps/bash/bash-2.05b-r1.ebuild4
-rw-r--r--sys-apps/bash/bash-2.05b.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/bash/ChangeLog b/sys-apps/bash/ChangeLog
index f868126f70cb..132ffe022bd9 100644
--- a/sys-apps/bash/ChangeLog
+++ b/sys-apps/bash/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for sys-apps/bash
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.6 2002/08/30 12:06:17 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.7 2002/08/30 16:06:12 gerk Exp $
*bash-2.05b-r1 (30 Aug 2002)
+ 30 Aug 2002; mark Guertin <gerk@gentoo.org> bash-2.05b.ebuild bash-2.05b-r1.ebuild :
+ set -ppc as readline 4.3 (required) breaks system with inplace upgrade
+
30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> bash-2.05b-r1.ebuild
files/digest-bash-2.05b-r1 :
diff --git a/sys-apps/bash/bash-2.05b-r1.ebuild b/sys-apps/bash/bash-2.05b-r1.ebuild
index 943c3085cc44..cf05f2b74512 100644
--- a/sys-apps/bash/bash-2.05b-r1.ebuild
+++ b/sys-apps/bash/bash-2.05b-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r1.ebuild,v 1.2 2002/08/30 12:06:36 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r1.ebuild,v 1.3 2002/08/30 16:06:12 gerk Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The standard GNU Bourne again shell"
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 -ppc sparc sparc64"
DEPEND=">=sys-libs/ncurses-5.2-r2
readline? ( >=sys-libs/readline-4.3 )"
diff --git a/sys-apps/bash/bash-2.05b.ebuild b/sys-apps/bash/bash-2.05b.ebuild
index 34c53e587866..487963666dd6 100644
--- a/sys-apps/bash/bash-2.05b.ebuild
+++ b/sys-apps/bash/bash-2.05b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b.ebuild,v 1.3 2002/08/30 12:06:17 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b.ebuild,v 1.4 2002/08/30 16:06:12 gerk Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The standard GNU Bourne again shell"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 -ppc sparc sparc64"
DEPEND=">=sys-libs/ncurses-5.2-r2
readline? ( >=sys-libs/readline-4.1-r2 )"