diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-29 19:55:42 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-29 19:55:42 +0000 |
commit | 75b1b747964bc5b8113bacf66f0872e0525c1306 (patch) | |
tree | c94ebbf9180cb68dc2426ac6181de67f18bc985c /x11-wm | |
parent | Added einfo for MySQL/PostgreSQL usage. Closes #68922. (diff) | |
download | historical-75b1b747964bc5b8113bacf66f0872e0525c1306.tar.gz historical-75b1b747964bc5b8113bacf66f0872e0525c1306.tar.bz2 historical-75b1b747964bc5b8113bacf66f0872e0525c1306.zip |
added depend for media-libs/fontconfig, bug 68941
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.90.0.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index 657d17ded751..670cee07f614 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -4,7 +4,7 @@ MD5 ecb31937eebc5b0afa6785ec0afefe4d windowmaker-0.80.2-r1.ebuild 3408 MD5 58b92f8943bac08e53aeeb01f640537a windowmaker-0.80.2-r2.ebuild 3437 MD5 20ba3ee0e4036e307342671f74921913 windowmaker-0.80.2-r3.ebuild 3749 MD5 3c3d6a630b21bdf50c422943b2cc79fe windowmaker-0.80.2-r4.ebuild 4034 -MD5 c7d31b0813e9f98a375b5e40918f837a windowmaker-0.90.0.ebuild 4294 +MD5 884afbc3930959726f4583659189ad62 windowmaker-0.90.0.ebuild 4317 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r1 144 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r2 144 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r3 144 diff --git a/x11-wm/windowmaker/windowmaker-0.90.0.ebuild b/x11-wm/windowmaker/windowmaker-0.90.0.ebuild index 2db0bd260175..bbb20256311d 100644 --- a/x11-wm/windowmaker/windowmaker-0.90.0.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.90.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.90.0.ebuild,v 1.4 2004/10/29 00:26:50 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.90.0.ebuild,v 1.5 2004/10/29 19:55:42 fafhrd Exp $ inherit eutils gnustep @@ -14,6 +14,7 @@ HOMEPAGE="http://www.windowmaker.org/" IUSE="gif gnustep jpeg nls png tiff modelock vdesktop xinerama" DEPEND="virtual/x11 + media-libs/fontconfig gif? ( || ( >=media-libs/libungif-4.1.0 >=media-libs/giflib-4.1.0-r3)) png? ( >=media-libs/libpng-1.2.1 ) |