diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jed/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/jed/jed-0.99.18.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/jed/ChangeLog b/app-editors/jed/ChangeLog index da139915a23b..f34a94eb8368 100644 --- a/app-editors/jed/ChangeLog +++ b/app-editors/jed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jed -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.51 2008/03/11 17:32:04 opfer Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.52 2009/01/04 19:46:08 ulm Exp $ + + 04 Jan 2009; Ulrich Mueller <ulm@gentoo.org> jed-0.99.18.ebuild: + Change virtual/xft dependency to x11-libs/libXft. 11 Mar 2008; Christian Faulhammer <opfer@gentoo.org> jed-0.99.18.ebuild: use emake instead of make diff --git a/app-editors/jed/jed-0.99.18.ebuild b/app-editors/jed/jed-0.99.18.ebuild index ff5715176647..080d7ad84ec8 100644 --- a/app-editors/jed/jed-0.99.18.ebuild +++ b/app-editors/jed/jed-0.99.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.18.ebuild,v 1.15 2008/03/11 17:32:04 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.18.ebuild,v 1.16 2009/01/04 19:46:08 ulm Exp $ inherit versionator @@ -17,8 +17,8 @@ IUSE="X gpm truetype" RDEPEND=">=sys-libs/slang-2 X? ( x11-libs/libX11 truetype? ( x11-libs/libXext + x11-libs/libXft x11-libs/libXrender - virtual/xft >=media-libs/freetype-2.0 ) ) gpm? ( sys-libs/gpm )" DEPEND="${RDEPEND}" |