diff options
author | 2015-05-23 17:34:29 +0000 | |
---|---|---|
committer | 2015-05-23 17:34:29 +0000 | |
commit | 47898f0ae716cfeb52d34c494818f2ae8fcf4e9d (patch) | |
tree | 5e59e1cd7f187f8fcec20270bf2f4a3c24860d8f /sys-libs/readline | |
parent | Drop explicit deepseq depend. (diff) | |
download | gentoo-2-47898f0ae716cfeb52d34c494818f2ae8fcf4e9d.tar.gz gentoo-2-47898f0ae716cfeb52d34c494818f2ae8fcf4e9d.tar.bz2 gentoo-2-47898f0ae716cfeb52d34c494818f2ae8fcf4e9d.zip |
ia64 stable wrt bug #548756
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sys-libs/readline')
-rw-r--r-- | sys-libs/readline/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/readline/readline-6.3_p8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/readline/ChangeLog b/sys-libs/readline/ChangeLog index 2e9797d20166..bc367ad719be 100644 --- a/sys-libs/readline/ChangeLog +++ b/sys-libs/readline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.224 2015/05/22 15:40:40 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.225 2015/05/23 17:34:29 zlogene Exp $ + + 23 May 2015; Mikle Kolyada <zlogene@gentoo.org> readline-6.3_p8-r2.ebuild: + ia64 stable wrt bug #548756 22 May 2015; Mikle Kolyada <zlogene@gentoo.org> readline-6.3_p8-r2.ebuild: arm stable wrt bug #548756 diff --git a/sys-libs/readline/readline-6.3_p8-r2.ebuild b/sys-libs/readline/readline-6.3_p8-r2.ebuild index 706b58f0189b..35e7279b1263 100644 --- a/sys-libs/readline/readline-6.3_p8-r2.ebuild +++ b/sys-libs/readline/readline-6.3_p8-r2.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-libs/readline/readline-6.3_p8-r2.ebuild,v 1.5 2015/05/22 15:40:40 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p8-r2.ebuild,v 1.6 2015/05/23 17:34:29 zlogene Exp $ EAPI=4 @@ -34,7 +34,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="static-libs" RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] |