diff options
author | Ian Leitch <port001@gentoo.org> | 2004-05-22 01:50:15 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-05-22 01:50:15 +0000 |
commit | c6ddfe29411809bb4c98ee494d6e5a042fa235e6 (patch) | |
tree | 9afafae3e733faecfb68eb98b0bae24c64a384fc /x11-misc/xwrits/xwrits-2.21.ebuild | |
parent | version bump. depend fix on johntheripper-1.6-r3 (Manifest recommit) (diff) | |
download | gentoo-2-c6ddfe29411809bb4c98ee494d6e5a042fa235e6.tar.gz gentoo-2-c6ddfe29411809bb4c98ee494d6e5a042fa235e6.tar.bz2 gentoo-2-c6ddfe29411809bb4c98ee494d6e5a042fa235e6.zip |
Changed DEPEND to virtual/x11
Diffstat (limited to 'x11-misc/xwrits/xwrits-2.21.ebuild')
-rw-r--r-- | x11-misc/xwrits/xwrits-2.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild index 1bc1ca823809..c1b0ab901275 100644 --- a/x11-misc/xwrits/xwrits-2.21.ebuild +++ b/x11-misc/xwrits/xwrits-2.21.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/xwrits/xwrits-2.21.ebuild,v 1.7 2004/04/11 17:51:49 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.8 2004/05/22 01:50:15 port001 Exp $ DESCRIPTION="Xwrits reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury. It pops up an X window when you should rest; you click on that window, then take a break" HOMEPAGE="http://www.lcdf.org/xwrits/" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " -DEPEND="x11-base/xfree" +DEPEND="virtual/x11" src_compile() { econf || die |