diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:58:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:58:32 +0000 |
commit | 869c2cc79a78805e9d642d26fba5eb465f43977e (patch) | |
tree | aa1a9111efaa22a3b489414636f1110cc662f018 /x11-misc/xrootconsole | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-869c2cc79a78805e9d642d26fba5eb465f43977e.tar.gz historical-869c2cc79a78805e9d642d26fba5eb465f43977e.tar.bz2 historical-869c2cc79a78805e9d642d26fba5eb465f43977e.zip |
sync IUSE (missing)
Diffstat (limited to 'x11-misc/xrootconsole')
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild index 224de0abae84..6b237b18c4b4 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4.ebuild,v 1.11 2004/06/24 22:44:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4.ebuild,v 1.12 2004/07/15 00:58:08 agriffis Exp $ DESCRIPTION="An utillity that displays its input in a text box on your root window" HOMEPAGE="http://de-fac.to/bob/xrootconsole/" @@ -9,6 +9,7 @@ SRC_URI="http://de-fac.to/bob/xrootconsole/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" DEPEND="virtual/x11" |