diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-03-08 17:27:14 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-03-08 17:27:14 +0000 |
commit | 82721a40188dd610f0f9429007685d4547574029 (patch) | |
tree | bd8d6e9dca35d12339ead9f51c1cbbb111414bc9 /app-editors/joe | |
parent | fix build with fortify source (diff) | |
download | gentoo-2-82721a40188dd610f0f9429007685d4547574029.tar.gz gentoo-2-82721a40188dd610f0f9429007685d4547574029.tar.bz2 gentoo-2-82721a40188dd610f0f9429007685d4547574029.zip |
Add ~x86-fbsd keyword wrt #261620
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-3.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index 06dc26683bb2..053cee24aab5 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # 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.65 2009/03/07 22:20:35 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.66 2009/03/08 17:27:14 drizzt Exp $ + + 08 Mar 2009; Timothy Redaelli <drizzt@gentoo.org> joe-3.7.ebuild: + Add ~x86-fbsd keyword wrt #261620 07 Mar 2009; Christian Faulhammer <fauli@gentoo.org> joe-3.5.ebuild, joe-3.7.ebuild: diff --git a/app-editors/joe/joe-3.7.ebuild b/app-editors/joe/joe-3.7.ebuild index a3b4bd340a26..ac7246c9e718 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.4 2009/03/07 22:20:35 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7.ebuild,v 1.5 2009/03/08 17:27:14 drizzt 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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" |