summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-26 15:51:30 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-26 15:51:30 +0000
commitbb311c53c507f612e419e8b6442277f135c50113 (patch)
tree5bc29cf3fdf428a672b73e1564685ac5bb02bf2d /app-editors
parentportage-mod_jabber bump (diff)
downloadgentoo-2-bb311c53c507f612e419e8b6442277f135c50113.tar.gz
gentoo-2-bb311c53c507f612e419e8b6442277f135c50113.tar.bz2
gentoo-2-bb311c53c507f612e419e8b6442277f135c50113.zip
Remove ppc-macos conditional
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/joe/ChangeLog8
-rw-r--r--app-editors/joe/joe-3.4.ebuild6
-rw-r--r--app-editors/joe/joe-3.5.ebuild6
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