diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:35:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:35:44 +0000 |
commit | 697aba8e9dc079751ea7f76a1ad5ffc0116fbe57 (patch) | |
tree | 3d3edcb9950950e3f11d2351996191ffb501aaeb /app-misc/rlwrap | |
parent | Stable for amd64, wrt bug #531422 (diff) | |
download | gentoo-2-697aba8e9dc079751ea7f76a1ad5ffc0116fbe57.tar.gz gentoo-2-697aba8e9dc079751ea7f76a1ad5ffc0116fbe57.tar.bz2 gentoo-2-697aba8e9dc079751ea7f76a1ad5ffc0116fbe57.zip |
Stable for amd64, wrt bug #531424
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/rlwrap/ChangeLog b/app-misc/rlwrap/ChangeLog index 3610d8d92bc1..218b54e307a4 100644 --- a/app-misc/rlwrap/ChangeLog +++ b/app-misc/rlwrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/rlwrap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.30 2014/11/26 16:29:08 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.31 2014/12/27 19:35:44 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> rlwrap-0.41.ebuild: + Stable for amd64, wrt bug #531424 *rlwrap-0.42 (26 Nov 2014) diff --git a/app-misc/rlwrap/rlwrap-0.41.ebuild b/app-misc/rlwrap/rlwrap-0.41.ebuild index c3d7c721b637..f12c209bbbf1 100644 --- a/app-misc/rlwrap/rlwrap-0.41.ebuild +++ b/app-misc/rlwrap/rlwrap-0.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.41.ebuild,v 1.1 2014/11/02 11:08:43 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.41.ebuild,v 1.2 2014/12/27 19:35:44 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug" RDEPEND="sys-libs/readline" |