diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:15:43 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:15:43 +0000 |
commit | 418329297ef4e7416318064d9606af188aa83b68 (patch) | |
tree | 4d1220759dae2dff2cfe8002ca6fce8b7b40aea7 /x11-misc/remind/remind-03.00.22.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-418329297ef4e7416318064d9606af188aa83b68.tar.gz historical-418329297ef4e7416318064d9606af188aa83b68.tar.bz2 historical-418329297ef4e7416318064d9606af188aa83b68.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/remind/remind-03.00.22.ebuild')
-rw-r--r-- | x11-misc/remind/remind-03.00.22.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/remind/remind-03.00.22.ebuild b/x11-misc/remind/remind-03.00.22.ebuild index 5fe816a17927..831bc2a88a5d 100644 --- a/x11-misc/remind/remind-03.00.22.ebuild +++ b/x11-misc/remind/remind-03.00.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.22.ebuild,v 1.10 2005/07/29 12:19:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.22.ebuild,v 1.11 2006/01/21 12:12:14 nelchael Exp $ DESCRIPTION="Ridiculously functional reminder program" HOMEPAGE="http://www.roaringpenguin.com/products/remind/" @@ -10,8 +10,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="X" -RDEPEND="X? ( virtual/x11 - dev-lang/tk )" +RDEPEND="X? ( dev-lang/tk )" src_install() { dodir /usr/bin /usr/share/man/man1 |