diff options
author | 2009-01-09 14:28:12 +0000 | |
---|---|---|
committer | 2009-01-09 14:28:12 +0000 | |
commit | d199289be115e7000f025b91ad6e59eb274dedee (patch) | |
tree | 9bc64fceeb4b68ce8b7c3dd1c53cdddcacb3f45b /x11-misc/wdm/wdm-1.28-r1.ebuild | |
parent | EAPI=2; add use-based dep for media-libs/sdl-mixer (diff) | |
download | historical-d199289be115e7000f025b91ad6e59eb274dedee.tar.gz historical-d199289be115e7000f025b91ad6e59eb274dedee.tar.bz2 historical-d199289be115e7000f025b91ad6e59eb274dedee.zip |
x11-misc/wdm: Change virtual/xft dependency to x11-libs/libXft, bug 253771.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'x11-misc/wdm/wdm-1.28-r1.ebuild')
-rw-r--r-- | x11-misc/wdm/wdm-1.28-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/wdm/wdm-1.28-r1.ebuild b/x11-misc/wdm/wdm-1.28-r1.ebuild index 9a2d9c7ef942..7fd6af763f7c 100644 --- a/x11-misc/wdm/wdm-1.28-r1.ebuild +++ b/x11-misc/wdm/wdm-1.28-r1.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-misc/wdm/wdm-1.28-r1.ebuild,v 1.4 2007/07/04 18:11:32 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.28-r1.ebuild,v 1.5 2009/01/09 14:28:12 remi Exp $ inherit eutils pam @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ppc ~sparc x86" LICENSE="GPL-2" RDEPEND=">=x11-wm/windowmaker-0.70.0 - truetype? ( virtual/xft ) + truetype? ( x11-libs/libXft ) x11-libs/libXt x11-libs/libXpm pam? ( virtual/pam )" |