diff options
author | 2015-07-30 12:28:18 +0000 | |
---|---|---|
committer | 2015-07-30 12:28:18 +0000 | |
commit | e21b8b086ce2fd89448d483a5e0383dd6d44d427 (patch) | |
tree | 40a37731484a68427fbf20eed4aa8700fd18148e /sys-devel | |
parent | Stable for sparc, wrt bug #552450 (diff) | |
download | gentoo-2-e21b8b086ce2fd89448d483a5e0383dd6d44d427.tar.gz gentoo-2-e21b8b086ce2fd89448d483a5e0383dd6d44d427.tar.bz2 gentoo-2-e21b8b086ce2fd89448d483a5e0383dd6d44d427.zip |
Stable for sparc, wrt bug #554708
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
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 4a44f1335bee..908d926b4a6d 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.53 2015/07/27 04:03:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.54 2015/07/30 12:28:18 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> bc-1.06.95-r1.ebuild: + Stable for sparc, wrt bug #554708 27 Jul 2015; Mike Frysinger <vapier@gentoo.org> bc-1.06.95-r2.ebuild: Force CONFIG_SHELL=/bin/bash in case the user has forced a broken one #555026 diff --git a/sys-devel/bc/bc-1.06.95-r1.ebuild b/sys-devel/bc/bc-1.06.95-r1.ebuild index 777bd8884a51..d885c8480530 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.14 2015/07/23 20:45:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild,v 1.15 2015/07/30 12:28:18 ago 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 ) |