summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Prugh <ken69267@gentoo.org>2008-06-07 19:54:45 +0000
committerKenneth Prugh <ken69267@gentoo.org>2008-06-07 19:54:45 +0000
commit98ce47240118eee4e266e241d9a388ab0d5cfc76 (patch)
tree34a8e45673942b3e6cea034431c09f6af1f8e1a2 /sys-devel
parentAdded patch to fix compilation-problems with USE="icon -threads" (bug #218964... (diff)
downloadgentoo-2-98ce47240118eee4e266e241d9a388ab0d5cfc76.tar.gz
gentoo-2-98ce47240118eee4e266e241d9a388ab0d5cfc76.tar.bz2
gentoo-2-98ce47240118eee4e266e241d9a388ab0d5cfc76.zip
amd64 stable, bug #224863
(Portage version: 2.1.5.4)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bc/ChangeLog5
-rw-r--r--sys-devel/bc/bc-1.06.95.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog
index 0abb13568e2f..c0daed8412ee 100644
--- a/sys-devel/bc/ChangeLog
+++ b/sys-devel/bc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/bc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.33 2008/06/07 14:12:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.34 2008/06/07 19:54:45 ken69267 Exp $
+
+ 07 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> bc-1.06.95.ebuild:
+ amd64 stable, bug #224863
07 Jun 2008; nixnut <nixnut@gentoo.org> bc-1.06.95.ebuild:
Stable on ppc wrt bug 224863
diff --git a/sys-devel/bc/bc-1.06.95.ebuild b/sys-devel/bc/bc-1.06.95.ebuild
index de9cc6ada901..b52cc31dbc5c 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-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.8 2008/06/07 14:12:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.9 2008/06/07 19:54:45 ken69267 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 )