diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 19:29:25 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 19:29:25 +0000 |
commit | 82960593d0dca6a679e6f2a69f6edc5e3f3229a6 (patch) | |
tree | d281144b70379f50b786354224e772d753afcd1e /app-editors/nedit | |
parent | Stable on alpha. (diff) | |
download | historical-82960593d0dca6a679e6f2a69f6edc5e3f3229a6.tar.gz historical-82960593d0dca6a679e6f2a69f6edc5e3f3229a6.tar.bz2 historical-82960593d0dca6a679e6f2a69f6edc5e3f3229a6.zip |
Stable on alpha.
Diffstat (limited to 'app-editors/nedit')
-rw-r--r-- | app-editors/nedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog index a9184a2da1b6..5d21cb043505 100644 --- a/app-editors/nedit/ChangeLog +++ b/app-editors/nedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nedit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.29 2004/06/24 21:59:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.30 2004/07/03 19:29:25 kloeri Exp $ + + 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> nedit-5.4.ebuild: + Stable on alpha. 22 Jun 2004; <malc@gentoo.org> nedit-5.4.ebuild: Mark stable on amd64 diff --git a/app-editors/nedit/nedit-5.4.ebuild b/app-editors/nedit/nedit-5.4.ebuild index d8bc4a746ef7..b9fd5b13436c 100644 --- a/app-editors/nedit/nedit-5.4.ebuild +++ b/app-editors/nedit/nedit-5.4.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/nedit/nedit-5.4.ebuild,v 1.9 2004/06/24 21:59:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.4.ebuild,v 1.10 2004/07/03 19:29:25 kloeri Exp $ inherit gcc @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nedit/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips amd64 ~alpha" +KEYWORDS="x86 ~ppc sparc ~mips amd64 alpha" IUSE="spell" RDEPEND="spell? ( virtual/aspell-dict ) |