diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:54:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:54:29 +0000 |
commit | 05b8f103b6936a9ad6ec8c71830eb53bad623bfe (patch) | |
tree | 882ac6942e1d3f2695e3ff12563167777f75014b /x11-misc/fluxconf | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-05b8f103b6936a9ad6ec8c71830eb53bad623bfe.tar.gz gentoo-2-05b8f103b6936a9ad6ec8c71830eb53bad623bfe.tar.bz2 gentoo-2-05b8f103b6936a9ad6ec8c71830eb53bad623bfe.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'x11-misc/fluxconf')
-rw-r--r-- | x11-misc/fluxconf/fluxconf-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/fluxconf/fluxconf-0.6.ebuild b/x11-misc/fluxconf/fluxconf-0.6.ebuild index b115c06769b7..158ba7687341 100644 --- a/x11-misc/fluxconf/fluxconf-0.6.ebuild +++ b/x11-misc/fluxconf/fluxconf-0.6.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.6.ebuild,v 1.11 2004/06/24 22:18:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.6.ebuild,v 1.12 2004/07/15 00:52:23 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Configuration editor for fluxbox" SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.bz2" HOMEPAGE="http://devaux.fabien.free.fr/flux/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" DEPEND="=x11-libs/gtk+-1.2*" |