diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-11-15 19:26:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-11-15 19:26:48 +0000 |
commit | f9f0cd392872ec0740c60785b0c793c080a57f2b (patch) | |
tree | 23d7891d132fa2ef0ce46eb2d3e182fd445086cd /app-editors | |
parent | Add ~m68k wrt #288028, thanks to kolla for testing (diff) | |
download | gentoo-2-f9f0cd392872ec0740c60785b0c793c080a57f2b.tar.gz gentoo-2-f9f0cd392872ec0740c60785b0c793c080a57f2b.tar.bz2 gentoo-2-f9f0cd392872ec0740c60785b0c793c080a57f2b.zip |
Add ~ia64
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/joe/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 4 | ||||
-rw-r--r-- | app-editors/joe/joe-3.7.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index 053cee24aab5..642dbdff9472 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/joe -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.66 2009/03/08 17:27:14 drizzt Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.67 2009/11/15 19:26:48 armin76 Exp $ + + 15 Nov 2009; Raúl Porcel <armin76@gentoo.org> joe-3.5.ebuild, + joe-3.7.ebuild: + Add ~ia64 08 Mar 2009; Timothy Redaelli <drizzt@gentoo.org> joe-3.7.ebuild: Add ~x86-fbsd keyword wrt #261620 diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index 43efdcde1d00..326d4611680f 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.15 2009/03/07 22:20:35 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.16 2009/11/15 19:26:48 armin76 Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="alpha amd64 arm mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~ia64 mips ppc ppc64 sparc x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" diff --git a/app-editors/joe/joe-3.7.ebuild b/app-editors/joe/joe-3.7.ebuild index ac7246c9e718..7f188649f28d 100644 --- a/app-editors/joe/joe-3.7.ebuild +++ b/app-editors/joe/joe-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7.ebuild,v 1.5 2009/03/08 17:27:14 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7.ebuild,v 1.6 2009/11/15 19:26:48 armin76 Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" |