diff options
Diffstat (limited to 'app-editors/fte')
-rw-r--r-- | app-editors/fte/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/fte/fte-20020324-r2.ebuild | 17 |
2 files changed, 18 insertions, 5 deletions
diff --git a/app-editors/fte/ChangeLog b/app-editors/fte/ChangeLog index bc0eeb85b289..6c6b3595e6ba 100644 --- a/app-editors/fte/ChangeLog +++ b/app-editors/fte/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/fte # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.33 2006/04/03 16:24:36 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.34 2006/08/27 15:14:02 mr_bones_ Exp $ + + 27 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> + fte-20020324-r2.ebuild: + modX deps from fte-20051115 03 Apr 2006; Thomas Cort <tcort@gentoo.org> fte-20051115.ebuild: Added ~alpha keyword. diff --git a/app-editors/fte/fte-20020324-r2.ebuild b/app-editors/fte/fte-20020324-r2.ebuild index 622b98e8d876..251a1cd2e253 100644 --- a/app-editors/fte/fte-20020324-r2.ebuild +++ b/app-editors/fte/fte-20020324-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324-r2.ebuild,v 1.7 2005/01/01 13:24:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20020324-r2.ebuild,v 1.8 2006/08/27 15:14:02 mr_bones_ Exp $ inherit eutils @@ -15,11 +15,20 @@ KEYWORDS="x86 ppc sparc" IUSE="gpm slang X" RDEPEND=">=sys-libs/ncurses-5.2 + X? ( + || ( + ( + x11-libs/libXdmcp + x11-libs/libXau + x11-libs/libX11 + ) + virtual/x11 + ) + ) gpm? ( >=sys-libs/gpm-1.20 )" DEPEND="${RDEPEND} slang? ( sys-libs/slang ) - app-arch/unzip - X? ( virtual/x11 )" + app-arch/unzip" set_targets() { export TARGETS="" |