diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nedit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.5-r1.ebuild | 8 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.5_p20090914.ebuild | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog index 3c89aa0cb2cb..f96c87f76def 100644 --- a/app-editors/nedit/ChangeLog +++ b/app-editors/nedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/nedit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.58 2010/09/30 09:55:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.59 2010/10/10 17:28:57 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> nedit-5.5-r1.ebuild, + nedit-5.5_p20090914.ebuild: + Fix openmotif dependency. Change EAPI to 1 to allow for slot dependency. 30 Sep 2010; Justin Lecher <jlec@gentoo.org> nedit-5.5_p20090914.ebuild: Probably necessary fix for PREFIX diff --git a/app-editors/nedit/nedit-5.5-r1.ebuild b/app-editors/nedit/nedit-5.5-r1.ebuild index 278fe7ea72bc..b1b34ed24f10 100644 --- a/app-editors/nedit/nedit-5.5-r1.ebuild +++ b/app-editors/nedit/nedit-5.5-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild,v 1.9 2009/09/15 02:51:23 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild,v 1.10 2010/10/10 17:28:57 ulm Exp $ + +EAPI=1 inherit eutils toolchain-funcs @@ -14,7 +16,7 @@ KEYWORDS="alpha amd64 ~mips ppc sparc x86 ~x86-fbsd" IUSE="spell" RDEPEND="spell? ( virtual/aspell-dict ) - x11-libs/openmotif + >=x11-libs/openmotif-2.3:0 x11-libs/libXp x11-libs/libXpm" DEPEND="${RDEPEND} diff --git a/app-editors/nedit/nedit-5.5_p20090914.ebuild b/app-editors/nedit/nedit-5.5_p20090914.ebuild index b0814489974f..18422c39e611 100644 --- a/app-editors/nedit/nedit-5.5_p20090914.ebuild +++ b/app-editors/nedit/nedit-5.5_p20090914.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20090914.ebuild,v 1.4 2010/09/30 09:55:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20090914.ebuild,v 1.5 2010/10/10 17:28:57 ulm Exp $ EAPI=2 @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux IUSE="spell" RDEPEND="spell? ( virtual/aspell-dict ) - x11-libs/openmotif + >=x11-libs/openmotif-2.3:0 x11-libs/libXp x11-libs/libXpm" DEPEND="${RDEPEND} |