diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:19:09 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:19:09 +0000 |
commit | 1d223712aa96365d8def90ffe64dbebe8d3c4ba1 (patch) | |
tree | 74070df5aaee4584dd3a82e06886e806f73ac95a /x11-plugins/wmbiff | |
parent | QA - Add IUSE, use default src_compile. (diff) | |
download | historical-1d223712aa96365d8def90ffe64dbebe8d3c4ba1.tar.gz historical-1d223712aa96365d8def90ffe64dbebe8d3c4ba1.tar.bz2 historical-1d223712aa96365d8def90ffe64dbebe8d3c4ba1.zip |
QA - Add IUSE.
Diffstat (limited to 'x11-plugins/wmbiff')
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild index 11f52647e2b4..12a49ea67618 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild,v 1.8 2004/04/30 22:14:07 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild,v 1.9 2004/06/19 04:19:09 kloeri Exp $ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes." SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" @@ -11,7 +11,7 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" - +IUSE="" src_compile() { cd ${S} |