diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-07-17 06:12:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-07-17 06:12:52 +0000 |
commit | 7a9225cc9dfec4ec840e88a653a997dcdd96f40b (patch) | |
tree | b579ed68c272bda41637ebc4f45e150108881c2b /sys-devel | |
parent | Mark ~ppc64 (bug #553926). (diff) | |
download | gentoo-2-7a9225cc9dfec4ec840e88a653a997dcdd96f40b.tar.gz gentoo-2-7a9225cc9dfec4ec840e88a653a997dcdd96f40b.tar.bz2 gentoo-2-7a9225cc9dfec4ec840e88a653a997dcdd96f40b.zip |
Stable for HPPA PPC64 (bug #554708).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bc/bc-1.06.95-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog index f6b4669cfd87..7051e890e6db 100644 --- a/sys-devel/bc/ChangeLog +++ b/sys-devel/bc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.47 2015/07/15 16:14:01 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.48 2015/07/17 06:12:52 jer Exp $ + + 17 Jul 2015; Jeroen Roovers <jer@gentoo.org> bc-1.06.95-r1.ebuild: + Stable for HPPA PPC64 (bug #554708). 15 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> bc-1.06.95-r1.ebuild: x86 stable wrt bug #554708 diff --git a/sys-devel/bc/bc-1.06.95-r1.ebuild b/sys-devel/bc/bc-1.06.95-r1.ebuild index 911e0ee635db..1000555b9029 100644 --- a/sys-devel/bc/bc-1.06.95-r1.ebuild +++ b/sys-devel/bc/bc-1.06.95-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.9 2015/07/15 16:14:01 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild,v 1.10 2015/07/17 06:12:52 jer Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu-alpha/bc/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libedit readline static" RDEPEND="readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |