diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-06-14 00:56:35 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-06-14 00:56:35 +0000 |
commit | 51a7b5d595dfd7ceea351f4083c2022af0efdf35 (patch) | |
tree | 80182e0d918f9c376cab5be15b8aafefa28eacf2 /x11-misc/unclutter | |
parent | Change x11-base/xfree dependency to virtual/x11 (#52153). (diff) | |
download | historical-51a7b5d595dfd7ceea351f4083c2022af0efdf35.tar.gz historical-51a7b5d595dfd7ceea351f4083c2022af0efdf35.tar.bz2 historical-51a7b5d595dfd7ceea351f4083c2022af0efdf35.zip |
Change x11-base/xfree dependency to virtual/x11 (#52153).
Diffstat (limited to 'x11-misc/unclutter')
-rw-r--r-- | x11-misc/unclutter/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/unclutter/unclutter-8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/unclutter/ChangeLog b/x11-misc/unclutter/ChangeLog index 681008db8149..b54b6c650bbb 100644 --- a/x11-misc/unclutter/ChangeLog +++ b/x11-misc/unclutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/unclutter # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.6 2004/06/12 17:53:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.7 2004/06/14 00:51:29 spyderous Exp $ + + 13 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>; unclutter-8.ebuild: + Change x11-base/xfree dependency to virtual/x11 (#52153). 12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> unclutter-8.ebuild: Stable on alpha. 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() { |