diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-09 13:15:20 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-09 13:15:20 +0000 |
commit | 64f636b1697d31dc6889a9e0d1b98d4a123cbf36 (patch) | |
tree | ae6691669dc3dc93c771eaca2ce18b0d149a0410 /sys-devel/bc | |
parent | Marked stable on x86. (diff) | |
download | historical-64f636b1697d31dc6889a9e0d1b98d4a123cbf36.tar.gz historical-64f636b1697d31dc6889a9e0d1b98d4a123cbf36.tar.bz2 historical-64f636b1697d31dc6889a9e0d1b98d4a123cbf36.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-devel/bc')
-rw-r--r-- | sys-devel/bc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bc/bc-1.06-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog index 22b71bed352a..fa104e77c1d2 100644 --- a/sys-devel/bc/ChangeLog +++ b/sys-devel/bc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.20 2005/03/19 10:17:45 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.21 2005/04/09 13:08:01 corsair Exp $ + + 09 Apr 2005; Markus Rothe <corsair@gentoo.org> bc-1.06-r6.ebuild: + Stable on ppc64 19 Mar 2005; Bryan Ăstergaard <kloeri@gentoo.org> bc-1.06-r6.ebuild: Stable on alpha. diff --git a/sys-devel/bc/bc-1.06-r6.ebuild b/sys-devel/bc/bc-1.06-r6.ebuild index 795a1c434590..cf8b49dfce1b 100644 --- a/sys-devel/bc/bc-1.06-r6.ebuild +++ b/sys-devel/bc/bc-1.06-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r6.ebuild,v 1.5 2005/03/19 10:17:45 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r6.ebuild,v 1.6 2005/04/09 13:08:01 corsair Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/bc/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="readline static" RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" |