diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-07 14:12:09 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-07 14:12:09 +0000 |
commit | 6d930abbb8d8607104e5048d7fae2a1c81b8a15c (patch) | |
tree | 645b4b3cd5a1339f168a22ea6522ab1102fc9828 | |
parent | Removed old versions. (diff) | |
download | gentoo-2-6d930abbb8d8607104e5048d7fae2a1c81b8a15c.tar.gz gentoo-2-6d930abbb8d8607104e5048d7fae2a1c81b8a15c.tar.bz2 gentoo-2-6d930abbb8d8607104e5048d7fae2a1c81b8a15c.zip |
Stable on ppc wrt bug 224863
(Portage version: 2.1.4.4)
-rw-r--r-- | sys-devel/bc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bc/bc-1.06.95.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog index c3bf1c8eb271..0abb13568e2f 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.32 2008/06/07 10:10:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.33 2008/06/07 14:12:09 nixnut Exp $ + + 07 Jun 2008; nixnut <nixnut@gentoo.org> bc-1.06.95.ebuild: + Stable on ppc wrt bug 224863 07 Jun 2008; Raúl Porcel <armin76@gentoo.org> bc-1.06.95.ebuild: ia64/sparc stable wrt #224863 diff --git a/sys-devel/bc/bc-1.06.95.ebuild b/sys-devel/bc/bc-1.06.95.ebuild index 73994051f854..de9cc6ada901 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.7 2008/06/07 10:10:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95.ebuild,v 1.8 2008/06/07 14:12:09 nixnut 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 ) |