diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-22 19:09:55 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-22 19:09:55 +0000 |
commit | 65a3a5af21836e52116c0ab7dbbfe0a1522f5282 (patch) | |
tree | 4166e12b4b6cc4c322d503cd4906ccc9da42fb48 /app-editors/joe/joe-3.2.ebuild | |
parent | Patch to allow 0.0.11 to compile with gcc-3.4. Fixes bug 116223, thanks to Ja... (diff) | |
download | gentoo-2-65a3a5af21836e52116c0ab7dbbfe0a1522f5282.tar.gz gentoo-2-65a3a5af21836e52116c0ab7dbbfe0a1522f5282.tar.bz2 gentoo-2-65a3a5af21836e52116c0ab7dbbfe0a1522f5282.zip |
Stable on ppc64; bug #116311
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-editors/joe/joe-3.2.ebuild')
-rw-r--r-- | app-editors/joe/joe-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/joe/joe-3.2.ebuild b/app-editors/joe/joe-3.2.ebuild index 4deab7de55e2..4b27e6002956 100644 --- a/app-editors/joe/joe-3.2.ebuild +++ b/app-editors/joe/joe-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.5 2005/12/22 00:03:56 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.2.ebuild,v 1.6 2005/12/22 19:09:55 corsair Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ~ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc-macos ppc64 sparc x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r2" |