diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 15:17:57 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 15:17:57 +0000 |
commit | fb23d0fcfb0a522efebd3e377f2781b84683fb4b (patch) | |
tree | 87e9818ba62721bf5996f6bb002b5fce24acb365 /app-editors | |
parent | more updates (Manifest recommit) (diff) | |
download | gentoo-2-fb23d0fcfb0a522efebd3e377f2781b84683fb4b.tar.gz gentoo-2-fb23d0fcfb0a522efebd3e377f2781b84683fb4b.tar.bz2 gentoo-2-fb23d0fcfb0a522efebd3e377f2781b84683fb4b.zip |
Stable on alpha.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/elvis/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/elvis/elvis-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/elvis/ChangeLog b/app-editors/elvis/ChangeLog index 4f6c5f625da6..88ea9ffd056f 100644 --- a/app-editors/elvis/ChangeLog +++ b/app-editors/elvis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/elvis # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/ChangeLog,v 1.11 2004/04/29 06:27:01 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/ChangeLog,v 1.12 2004/05/04 15:17:57 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> elvis-2.2.0.ebuild: + Stable on alpha. 29 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> elvis-2.2.0.ebuild: Stable on sparc diff --git a/app-editors/elvis/elvis-2.2.0.ebuild b/app-editors/elvis/elvis-2.2.0.ebuild index 3546e18397aa..ded5325105de 100644 --- a/app-editors/elvis/elvis-2.2.0.ebuild +++ b/app-editors/elvis/elvis-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.2.0.ebuild,v 1.4 2004/04/29 06:27:01 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.2.0.ebuild,v 1.5 2004/05/04 15:17:57 kloeri Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.cs.pdx.edu/pub/elvis/${MY_P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha amd64" +KEYWORDS="x86 ~ppc sparc alpha amd64" IUSE="X" DEPEND=">=sys-libs/ncurses-5.2 |