summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-01-04 19:46:08 +0000
committerUlrich Müller <ulm@gentoo.org>2009-01-04 19:46:08 +0000
commit6f1a150f6f8796fb094173985a36aa04270f2ddd (patch)
tree9ac61687da6c3b36e520c0fe23a42d4406456f15 /app-editors
parentadd use-based dep (bug #206299) (diff)
downloadgentoo-2-6f1a150f6f8796fb094173985a36aa04270f2ddd.tar.gz
gentoo-2-6f1a150f6f8796fb094173985a36aa04270f2ddd.tar.bz2
gentoo-2-6f1a150f6f8796fb094173985a36aa04270f2ddd.zip
Change virtual/xft dependency to x11-libs/libXft.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/jed/ChangeLog7
-rw-r--r--app-editors/jed/jed-0.99.18.ebuild6
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}"