diff options
author | Stuart Longland <redhatter@gentoo.org> | 2005-06-08 04:46:57 +0000 |
---|---|---|
committer | Stuart Longland <redhatter@gentoo.org> | 2005-06-08 04:46:57 +0000 |
commit | a3bb95a174e992a88ba85f508754f2c3650332c8 (patch) | |
tree | fae4f610e7b35b400fe2ae230182c335cff7757b /app-editors/easyedit | |
parent | Version bump; got rid of the ugly hack in src_unpack that was necessary for t... (diff) | |
download | gentoo-2-a3bb95a174e992a88ba85f508754f2c3650332c8.tar.gz gentoo-2-a3bb95a174e992a88ba85f508754f2c3650332c8.tar.bz2 gentoo-2-a3bb95a174e992a88ba85f508754f2c3650332c8.zip |
Adding ~mips keyword as per bug #89260
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors/easyedit')
-rw-r--r-- | app-editors/easyedit/ChangeLog | 4 | ||||
-rw-r--r-- | app-editors/easyedit/easyedit-1.4.6.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-editors/easyedit/ChangeLog b/app-editors/easyedit/ChangeLog index e02efb7d3681..07547aa1efca 100644 --- a/app-editors/easyedit/ChangeLog +++ b/app-editors/easyedit/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for app-editors/easyedit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.11 2005/03/05 22:01:45 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.12 2005/06/08 04:46:57 redhatter Exp $ + 08 Jun 2005; Stuart Longland <redhatter@gentoo.org> easyedit-1.4.6.ebuild: + Marked ~mips as per bug #89260. 05 Mar 2005; Tom Martin <slarti@gentoo.org> easyedit-1.4.6.ebuild: Marked ~amd64, resolves bug 84232. diff --git a/app-editors/easyedit/easyedit-1.4.6.ebuild b/app-editors/easyedit/easyedit-1.4.6.ebuild index eb52c4557cec..561dd7e9e7db 100644 --- a/app-editors/easyedit/easyedit-1.4.6.ebuild +++ b/app-editors/easyedit/easyedit-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.14 2005/03/05 22:01:45 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.15 2005/06/08 04:46:57 redhatter Exp $ IUSE="" @@ -11,7 +11,7 @@ HOMEPAGE="http://mahon.cwx.net/" SRC_URI="http://mahon.cwx.net/sources/${MY_P}.src.tgz" LICENSE="Artistic" -KEYWORDS="x86 ppc64 sparc ia64 ppc-macos ppc ~amd64" +KEYWORDS="x86 ppc64 sparc ia64 ppc-macos ppc ~amd64 ~mips" SLOT="0" DEPEND=">=sys-libs/ncurses-5.0" |