diff options
author | Alexander Plank <alexander@gentoo.org> | 2004-07-26 14:41:50 +0000 |
---|---|---|
committer | Alexander Plank <alexander@gentoo.org> | 2004-07-26 14:41:50 +0000 |
commit | 9aec49a5a908ba811b41bb7325f0c27f1c354615 (patch) | |
tree | 0f44380c3ffc945df1801b1437670d1e09f9af7e /app-editors/easyedit | |
parent | new beta - missed it the first go round (Manifest recommit) (diff) | |
download | gentoo-2-9aec49a5a908ba811b41bb7325f0c27f1c354615.tar.gz gentoo-2-9aec49a5a908ba811b41bb7325f0c27f1c354615.tar.bz2 gentoo-2-9aec49a5a908ba811b41bb7325f0c27f1c354615.zip |
add macos keyword
Diffstat (limited to 'app-editors/easyedit')
-rw-r--r-- | app-editors/easyedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/easyedit/easyedit-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/easyedit/ChangeLog b/app-editors/easyedit/ChangeLog index e752f8af16f5..2e9383fe9df5 100644 --- a/app-editors/easyedit/ChangeLog +++ b/app-editors/easyedit/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2004/06/29 02:10:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.5 2004/07/26 14:41:50 alexander Exp $ + + 26 Jul 2004; Alexander Plank <alexander@gentoo.org> easyedit-1.4.6.ebuild: + add macos keyword, bug #58071 (thanks Yuta SATOH) 28 Jun 2004; Tom Gall <tgall@gentoo.org> easyedit-1.4.6.ebuild: stable on ppc64, bug #55435 diff --git a/app-editors/easyedit/easyedit-1.4.6.ebuild b/app-editors/easyedit/easyedit-1.4.6.ebuild index 990037a049fb..c8660c9ee1fb 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.4 2004/06/29 02:10:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.5 2004/07/26 14:41:50 alexander 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" +KEYWORDS="x86 ppc64 macos" SLOT="0" DEPEND=">=sys-libs/ncurses-5.0" |