summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-06-06 07:51:54 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-06-06 07:51:54 +0000
commit510be852d4769abfabc8483683ac16be3c30305d (patch)
treec270d678663eae828d6852d7ccbbf13b416bc401 /sys-devel/bc
parentstable x86, bug 224825 (diff)
downloadgentoo-2-510be852d4769abfabc8483683ac16be3c30305d.tar.gz
gentoo-2-510be852d4769abfabc8483683ac16be3c30305d.tar.bz2
gentoo-2-510be852d4769abfabc8483683ac16be3c30305d.zip
stable x86, bug 224863
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel/bc')
-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 4fd656b28682..d42cd0816e3f 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.30 2008/06/05 21:32:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.31 2008/06/06 07:51:54 opfer Exp $
+
+ 06 Jun 2008; Christian Faulhammer <opfer@gentoo.org> bc-1.06.95.ebuild:
+ stable x86, bug 224863
05 Jun 2008; Tobias Klausmann <klausman@gentoo.org> bc-1.06.95.ebuild:
Stable on alpha, bug #224973
diff --git a/sys-devel/bc/bc-1.06.95.ebuild b/sys-devel/bc/bc-1.06.95.ebuild
index ab5e72b75c81..05d925ad9cd9 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.5 2008/06/05 21:32:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.6 2008/06/06 07:51:54 opfer 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 )