diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/joe/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/joe/joe-3.4.ebuild | 6 | ||||
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index d05f18e4041a..ee858b689f42 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/joe -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.58 2007/10/10 06:57:56 opfer Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.59 2008/01/26 15:51:29 grobian Exp $ + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> joe-3.4.ebuild, + joe-3.5.ebuild: + Remove ppc-macos conditional 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> joe-3.0-r2.ebuild, joe-3.1-r1.ebuild, joe-3.2.ebuild, joe-3.4.ebuild, joe-3.5.ebuild: diff --git a/app-editors/joe/joe-3.4.ebuild b/app-editors/joe/joe-3.4.ebuild index 43dbccc9d881..9038e7567e85 100644 --- a/app-editors/joe/joe-3.4.ebuild +++ b/app-editors/joe/joe-3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.4.ebuild,v 1.4 2007/10/10 06:57:56 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.4.ebuild,v 1.5 2008/01/26 15:51:30 grobian Exp $ inherit flag-o-matic eutils @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" -RDEPEND="!ppc-macos? ( xterm? ( >=x11-terms/xterm-215-r1 ) )" +RDEPEND="xterm? ( >=x11-terms/xterm-215-r1 )" pkg_setup() { if use xterm && ! built_with_use x11-terms/xterm paste64; then diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index 6336d0391b79..18a94c9a2fdb 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.12 2007/10/10 06:57:56 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.13 2008/01/26 15:51:29 grobian Exp $ inherit flag-o-matic eutils @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm mips ppc ppc64 sparc x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" -RDEPEND="!ppc-macos? ( xterm? ( >=x11-terms/xterm-215-r1 ) )" +RDEPEND="xterm? ( >=x11-terms/xterm-215-r1 )" pkg_setup() { if use xterm && ! built_with_use x11-terms/xterm paste64; then |