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 | f14356520d2977e8269eef10518ad67c3aae30f1 (patch) | |
tree | a781084165a3b087cde9f5a8110bf396552a97cc /x11-plugins/wmbiff | |
parent | QA - Add IUSE, use default src_compile. (Manifest recommit) (diff) | |
download | gentoo-2-f14356520d2977e8269eef10518ad67c3aae30f1.tar.gz gentoo-2-f14356520d2977e8269eef10518ad67c3aae30f1.tar.bz2 gentoo-2-f14356520d2977e8269eef10518ad67c3aae30f1.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} |