diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-03-07 04:07:57 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-03-07 04:07:57 +0000 |
commit | 49b0b44c52d2cb638bbcf299f1442248e7416917 (patch) | |
tree | a80a341d971026deb80a0635494c6a3337aa52f9 /app-misc/rlwrap | |
parent | Version bump. (diff) | |
download | gentoo-2-49b0b44c52d2cb638bbcf299f1442248e7416917.tar.gz gentoo-2-49b0b44c52d2cb638bbcf299f1442248e7416917.tar.bz2 gentoo-2-49b0b44c52d2cb638bbcf299f1442248e7416917.zip |
add ~x64-macos, bug 395011
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/rlwrap/ChangeLog b/app-misc/rlwrap/ChangeLog index 7474e20465d4..cbb358336cb3 100644 --- a/app-misc/rlwrap/ChangeLog +++ b/app-misc/rlwrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/rlwrap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.27 2012/02/01 17:19:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.28 2012/03/07 04:07:57 darkside Exp $ + + 07 Mar 2012; Jeremy Olexa <darkside@gentoo.org> rlwrap-0.37.ebuild: + add ~x64-macos, bug 395011 01 Feb 2012; Brent Baude <ranger@gentoo.org> rlwrap-0.37.ebuild: Marking rlwrap-0.37 ppc for bug 387159 diff --git a/app-misc/rlwrap/rlwrap-0.37.ebuild b/app-misc/rlwrap/rlwrap-0.37.ebuild index 78ddbaf7c7f5..b83bb7e865d7 100644 --- a/app-misc/rlwrap/rlwrap-0.37.ebuild +++ b/app-misc/rlwrap/rlwrap-0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.37.ebuild,v 1.5 2012/02/01 17:19:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.37.ebuild,v 1.6 2012/03/07 04:07:57 darkside Exp $ EAPI=3 @@ -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 ~x86-macos" +KEYWORDS="amd64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug" RDEPEND="sys-libs/readline" |