summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2008-06-05 06:28:13 +0000
committerMarkus Rothe <corsair@gentoo.org>2008-06-05 06:28:13 +0000
commit56b8174cc4bba9134d6a2e84c70e0204c52b64b9 (patch)
treec991f54c391c883af849350b336907ea550780d8 /sys-devel
parentVersion bump, as reported by me :), bug #224775. (diff)
downloadgentoo-2-56b8174cc4bba9134d6a2e84c70e0204c52b64b9.tar.gz
gentoo-2-56b8174cc4bba9134d6a2e84c70e0204c52b64b9.tar.bz2
gentoo-2-56b8174cc4bba9134d6a2e84c70e0204c52b64b9.zip
Stable on ppc64; bug #224863
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bc/ChangeLog7
-rw-r--r--sys-devel/bc/bc-1.06.95.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog
index 2551cb9f2101..ad5fbf75b510 100644
--- a/sys-devel/bc/ChangeLog
+++ b/sys-devel/bc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/bc
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.28 2006/12/31 15:03:31 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.29 2008/06/05 06:28:13 corsair Exp $
+
+ 05 Jun 2008; Markus Rothe <corsair@gentoo.org> bc-1.06.95.ebuild:
+ Stable on ppc64; bug #224863
31 Dec 2006; Mike Frysinger <vapier@gentoo.org> bc-1.06-r6.ebuild,
bc-1.06.95.ebuild:
diff --git a/sys-devel/bc/bc-1.06.95.ebuild b/sys-devel/bc/bc-1.06.95.ebuild
index 6500bcdac753..2240df027b94 100644
--- a/sys-devel/bc/bc-1.06.95.ebuild
+++ b/sys-devel/bc/bc-1.06.95.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.3 2006/12/31 15:03:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.4 2008/06/05 06:28:13 corsair Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/bc/${P}.tar.bz2
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="libedit readline static"
RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )