diff options
author | 2004-06-14 00:51:29 +0000 | |
---|---|---|
committer | 2004-06-14 00:51:29 +0000 | |
commit | f02b589913eb449f10bece41030275e2a110a1ad (patch) | |
tree | 981d8ec74f85842aaff7ec3e221e3854d76bb49e /x11-misc/unclutter/unclutter-8.ebuild | |
parent | Look for /etc/X11/xorg.conf (#47632). (Manifest recommit) (diff) | |
download | gentoo-2-f02b589913eb449f10bece41030275e2a110a1ad.tar.gz gentoo-2-f02b589913eb449f10bece41030275e2a110a1ad.tar.bz2 gentoo-2-f02b589913eb449f10bece41030275e2a110a1ad.zip |
Change x11-base/xfree dependency to virtual/x11 (#52153).
Diffstat (limited to 'x11-misc/unclutter/unclutter-8.ebuild')
-rw-r--r-- | x11-misc/unclutter/unclutter-8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/unclutter/unclutter-8.ebuild b/x11-misc/unclutter/unclutter-8.ebuild index e433d4ef3c6e..cd032605ab69 100644 --- a/x11-misc/unclutter/unclutter-8.ebuild +++ b/x11-misc/unclutter/unclutter-8.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-misc/unclutter/unclutter-8.ebuild,v 1.7 2004/06/12 17:53:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8.ebuild,v 1.8 2004/06/14 00:51:29 spyderous Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Hides mouse pointer while not in use." @@ -12,7 +12,7 @@ LICENSE="public-domain" KEYWORDS="x86 ~ppc ~sparc alpha ~mips hppa" IUSE="" -DEPEND="x11-base/xfree" +DEPEND="virtual/x11" src_compile() { |