diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 15:58:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 15:58:47 +0000 |
commit | 3e6430c2c721c98567e010397c3ef379fabeb6cc (patch) | |
tree | e1860b38ce0d70042d87e155976ffad00110383e /app-editors | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-3e6430c2c721c98567e010397c3ef379fabeb6cc.tar.gz gentoo-2-3e6430c2c721c98567e010397c3ef379fabeb6cc.tar.bz2 gentoo-2-3e6430c2c721c98567e010397c3ef379fabeb6cc.zip |
nano-1.3.1.ebuild: Remove arm keywords
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/nano/nano-1.2.2.ebuild | 6 | ||||
-rw-r--r-- | app-editors/nano/nano-1.3.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index c16bec1b1f9f..04146a0043f9 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/nano -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.43 2004/01/26 08:54:32 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.44 2004/02/22 15:58:47 agriffis Exp $ + + 22 Feb 2004; Aron Griffis <agriffis@gentoo.org> nano-1.2.2.ebuild, + nano-1.3.1.ebuild: + Remove arm keywords *nano-1.3.1 (10 Jan 2004) diff --git a/app-editors/nano/nano-1.2.2.ebuild b/app-editors/nano/nano-1.2.2.ebuild index b033b2033a2d..efa6cc084acd 100644 --- a/app-editors/nano/nano-1.2.2.ebuild +++ b/app-editors/nano/nano-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.2.ebuild,v 1.15 2003/11/14 08:21:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.2.ebuild,v 1.16 2004/02/22 15:58:47 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.nano-editor.org/dist/v1.2/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64 ia64" +KEYWORDS="x86 ppc sparc alpha mips hppa amd64 ia64" IUSE="nls build spell justify debug slang" DEPEND=">=sys-libs/ncurses-5.2 diff --git a/app-editors/nano/nano-1.3.1.ebuild b/app-editors/nano/nano-1.3.1.ebuild index 5b18a9b66297..48add2a9049f 100644 --- a/app-editors/nano/nano-1.3.1.ebuild +++ b/app-editors/nano/nano-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.1.ebuild,v 1.4 2004/01/29 11:19:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.1.ebuild,v 1.5 2004/02/22 15:58:47 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.nano-editor.org/dist/v1.3/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ppc64" IUSE="nls build spell justify debug slang nomac wsconvert" DEPEND=">=sys-libs/ncurses-5.2 |