diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-18 01:50:16 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-18 01:50:16 +0000 |
commit | 022e815497c25a4f239576e2c4add9a8bdcb89c6 (patch) | |
tree | b1645a55451fe8d948181d733b924aa67a0ee99b /x11-misc/wdm | |
parent | fixed xft dep (diff) | |
download | historical-022e815497c25a4f239576e2c4add9a8bdcb89c6.tar.gz historical-022e815497c25a4f239576e2c4add9a8bdcb89c6.tar.bz2 historical-022e815497c25a4f239576e2c4add9a8bdcb89c6.zip |
fix xft dep
Diffstat (limited to 'x11-misc/wdm')
-rw-r--r-- | x11-misc/wdm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wdm/wdm-1.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/wdm/ChangeLog b/x11-misc/wdm/ChangeLog index 0304f76c5465..3f5950c18040 100644 --- a/x11-misc/wdm/ChangeLog +++ b/x11-misc/wdm/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-misc/wdm # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.2 2003/04/02 21:42:42 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.3 2003/04/18 01:50:16 foser Exp $ *wdm-1.22 (19 Feb 2003) + 18 Apr 2003; foser <foser@gentoo.org> wdm-1.22.ebuild : + Fix xft dep to be virtual + 02 Apr 2003; Alastair Tse <liquidx@gentoo.org> wdm-1.22.ebuild: place config files in /etc/X11/wdm. fixes #18168. diff --git a/x11-misc/wdm/wdm-1.22.ebuild b/x11-misc/wdm/wdm-1.22.ebuild index 625413ceba8c..e51088a52728 100644 --- a/x11-misc/wdm/wdm-1.22.ebuild +++ b/x11-misc/wdm/wdm-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.22.ebuild,v 1.2 2003/04/02 21:42:42 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.22.ebuild,v 1.3 2003/04/18 01:50:16 foser Exp $ IUSE="truetype pam png jpeg gif tiff" DESCRIPTION="WINGs Display Manager" @@ -16,7 +16,7 @@ RDEPEND=">=x11-wm/WindowMaker-0.65.1" DEPEND="${RDEPEND} virtual/x11 sys-devel/gettext - truetype? ( x11-libs/xft )" + truetype? ( virtual/xft )" src_compile() { local myconf="" |