diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-09-06 22:53:24 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-09-06 22:53:24 +0000 |
commit | 61c8664e5e809fcb49757d9211046d7300474768 (patch) | |
tree | 7c0ff44f54632319513fd90a2f9e72d49e31349d /app-editors/easyedit | |
parent | Stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-61c8664e5e809fcb49757d9211046d7300474768.tar.gz gentoo-2-61c8664e5e809fcb49757d9211046d7300474768.tar.bz2 gentoo-2-61c8664e5e809fcb49757d9211046d7300474768.zip |
Add ~sparc keyword (Bug 63058). easyedit compiles and seems to run for sparc.
Diffstat (limited to 'app-editors/easyedit')
-rw-r--r-- | app-editors/easyedit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/easyedit/easyedit-1.4.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/easyedit/ChangeLog b/app-editors/easyedit/ChangeLog index 2e9383fe9df5..af88c9605d4c 100644 --- a/app-editors/easyedit/ChangeLog +++ b/app-editors/easyedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/easyedit # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.5 2004/07/26 14:41:50 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.6 2004/09/06 22:53:24 fmccor Exp $ + + 06 Sep 2004; Ferris McCormick <fmccor@gentoo.org> easyedit-1.4.6.ebuild: + Add ~sparc keyword at user request (Bug 63058). Compiles and seems + to work for sparc. 26 Jul 2004; Alexander Plank <alexander@gentoo.org> easyedit-1.4.6.ebuild: add macos keyword, bug #58071 (thanks Yuta SATOH) diff --git a/app-editors/easyedit/easyedit-1.4.6.ebuild b/app-editors/easyedit/easyedit-1.4.6.ebuild index c8660c9ee1fb..943439de3268 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-2004 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.5 2004/07/26 14:41:50 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.6 2004/09/06 22:53:24 fmccor 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 macos" +KEYWORDS="x86 ppc64 macos ~sparc" SLOT="0" DEPEND=">=sys-libs/ncurses-5.0" |