diff options
author | Matt Turner <mattst88@gentoo.org> | 2010-12-13 22:11:30 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2010-12-13 22:11:30 +0000 |
commit | f9c771c0d9bb9be424fcdb64ca042183a833c467 (patch) | |
tree | fa6ca2a4d4333d2d2d4808702f800c4a45fa177e /dev-libs/libedit | |
parent | Revision bump. Use the new init script and it's configuration. Added support ... (diff) | |
download | gentoo-2-f9c771c0d9bb9be424fcdb64ca042183a833c467.tar.gz gentoo-2-f9c771c0d9bb9be424fcdb64ca042183a833c467.tar.bz2 gentoo-2-f9c771c0d9bb9be424fcdb64ca042183a833c467.zip |
Added ~mips, bug 276652
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libedit')
-rw-r--r-- | dev-libs/libedit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libedit/libedit-20100424.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libedit/ChangeLog b/dev-libs/libedit/ChangeLog index df528b394f86..d18a29e3b887 100644 --- a/dev-libs/libedit/ChangeLog +++ b/dev-libs/libedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libedit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.47 2010/08/15 11:52:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/ChangeLog,v 1.48 2010/12/13 22:11:30 mattst88 Exp $ + + 13 Dec 2010; Matt Turner <mattst88@gentoo.org> + libedit-20100424.3.0.ebuild: + Added ~mips, bug 276652 *libedit-20100424.3.0 (15 Aug 2010) diff --git a/dev-libs/libedit/libedit-20100424.3.0.ebuild b/dev-libs/libedit/libedit-20100424.3.0.ebuild index 2855b4bf1353..7af3654dd10a 100644 --- a/dev-libs/libedit/libedit-20100424.3.0.ebuild +++ b/dev-libs/libedit/libedit-20100424.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20100424.3.0.ebuild,v 1.1 2010/08/15 11:52:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20100424.3.0.ebuild,v 1.2 2010/12/13 22:11:30 mattst88 Exp $ EAPI=2 @@ -15,7 +15,7 @@ SRC_URI="http://www.thrysoee.dk/editline/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="static-libs" DEPEND="sys-libs/ncurses |