diff options
author | 2009-01-09 15:11:33 +0000 | |
---|---|---|
committer | 2009-01-09 15:11:33 +0000 | |
commit | 94c9829ae04d4082d9de709b17541640160aef8b (patch) | |
tree | 66ecb3b2b3592df1481dc22c9e34287b8d12707c /x11-wm/jwm/jwm-2.0.1.ebuild | |
parent | x11-wm/fvwm: Change virtual/xft dependency to x11-libs/libXft, bug 253771. (diff) | |
download | gentoo-2-94c9829ae04d4082d9de709b17541640160aef8b.tar.gz gentoo-2-94c9829ae04d4082d9de709b17541640160aef8b.tar.bz2 gentoo-2-94c9829ae04d4082d9de709b17541640160aef8b.zip |
x11-wm/jwm: Change virtual/xft dependency to x11-libs/libXft, bug 253771.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-wm/jwm/jwm-2.0.1.ebuild')
-rw-r--r-- | x11-wm/jwm/jwm-2.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/jwm/jwm-2.0.1.ebuild b/x11-wm/jwm/jwm-2.0.1.ebuild index 953c215d3aaa..dd488f35df63 100644 --- a/x11-wm/jwm/jwm-2.0.1.ebuild +++ b/x11-wm/jwm/jwm-2.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-2.0.1.ebuild,v 1.1 2007/12/09 17:59:21 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-2.0.1.ebuild,v 1.2 2009/01/09 15:11:33 remi Exp $ inherit autotools eutils @@ -20,7 +20,7 @@ RDEPEND="xpm? ( x11-libs/libXpm ) x11-libs/libXrender x11-libs/libXau x11-libs/libXdmcp - truetype? ( virtual/xft ) + truetype? ( x11-libs/libXft ) png? ( media-libs/libpng ) jpeg? ( media-libs/jpeg ) bidi? ( dev-libs/fribidi ) |