diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 03:57:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 03:57:00 +0000 |
commit | 73c6e201cdc9fa869890bfb37153a456e42feea0 (patch) | |
tree | 50616fe1bb3729cb8fb6dc3a6daf0c8743b7d03d /x11-plugins/wmfishtime | |
parent | QA - Add IUSE. (diff) | |
download | historical-73c6e201cdc9fa869890bfb37153a456e42feea0.tar.gz historical-73c6e201cdc9fa869890bfb37153a456e42feea0.tar.bz2 historical-73c6e201cdc9fa869890bfb37153a456e42feea0.zip |
QA - Add IUSE, don't assign default S.
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild index 106892393eb3..45141c0e1c1e 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.7 2004/04/30 22:41:29 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.8 2004/06/19 03:57:00 kloeri Exp $ # to make this work in KDE, run it with the -b option :) -S=${WORKDIR}/${P} DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" SLOT="0" +IUSE="" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" |