diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-03-13 22:08:41 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-03-13 22:08:41 +0000 |
commit | c5456d1a7feac74afa041e7a256c2181959be7d4 (patch) | |
tree | 8b9b670e5066e747c6946a8115ac30665e80784e /x11-wm/waimea | |
parent | add ~alpha (diff) | |
download | gentoo-2-c5456d1a7feac74afa041e7a256c2181959be7d4.tar.gz gentoo-2-c5456d1a7feac74afa041e7a256c2181959be7d4.tar.bz2 gentoo-2-c5456d1a7feac74afa041e7a256c2181959be7d4.zip |
added xft as dep and bumped version
Diffstat (limited to 'x11-wm/waimea')
-rw-r--r-- | x11-wm/waimea/waimea-0.4.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/waimea/waimea-0.4.0.ebuild b/x11-wm/waimea/waimea-0.4.0.ebuild index c7538cf70ff9..1cdc93838609 100644 --- a/x11-wm/waimea/waimea-0.4.0.ebuild +++ b/x11-wm/waimea/waimea-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/waimea-0.4.0.ebuild,v 1.2 2003/02/13 17:55:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/waimea-0.4.0.ebuild,v 1.3 2003/03/13 22:08:41 bcowan Exp $ S=${WORKDIR}/${P} @@ -11,10 +11,11 @@ HOMEPAGE="http://www.waimea.org" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/x11 - media-libs/imlib2" + media-libs/imlib2 + x11-libs/xft" PROVIDE="virtual/blackbox" |