diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-25 20:53:43 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-25 20:53:43 +0000 |
commit | ac5162e864298a04a746ef407334f911932586c9 (patch) | |
tree | cc40e5016553492e56faa8b925000e1de2b89cc9 /x11-misc/remind/remind-03.00.22.ebuild | |
parent | initial commit of gst-plugins-dts (diff) | |
download | historical-ac5162e864298a04a746ef407334f911932586c9.tar.gz historical-ac5162e864298a04a746ef407334f911932586c9.tar.bz2 historical-ac5162e864298a04a746ef407334f911932586c9.zip |
#100210: added IUSE=X and optional dev-lang/tk dependency
Package-Manager: portage-2.0.51.22-r2
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, 5 insertions, 2 deletions
diff --git a/x11-misc/remind/remind-03.00.22.ebuild b/x11-misc/remind/remind-03.00.22.ebuild index 5c1f008ccde3..0a71fe06a6c4 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 # 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.7 2005/07/11 22:55:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.22.ebuild,v 1.8 2005/07/25 20:52:16 smithj Exp $ DESCRIPTION="Ridiculously functional reminder program" HOMEPAGE="http://www.roaringpenguin.com/products/remind/" @@ -8,7 +8,10 @@ SRC_URI="http://www.roaringpenguin.com/products/remind/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" +IUSE="X" + +RDEPEND="X? (virtual/x11 + dev-lang/tk)" src_install() { dodir /usr/bin /usr/share/man/man1 |