diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:10:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:10:51 +0000 |
commit | 94daa19e58dcd4f7b3fa725b3b4589e1ac862b4a (patch) | |
tree | d25529a38a8be4cb372aa565c0dc6bcae6080666 /media-tv/nxtvepg/nxtvepg-2.6.0.ebuild | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-94daa19e58dcd4f7b3fa725b3b4589e1ac862b4a.tar.gz gentoo-2-94daa19e58dcd4f7b3fa725b3b4589e1ac862b4a.tar.bz2 gentoo-2-94daa19e58dcd4f7b3fa725b3b4589e1ac862b4a.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'media-tv/nxtvepg/nxtvepg-2.6.0.ebuild')
-rw-r--r-- | media-tv/nxtvepg/nxtvepg-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild b/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild index 25d5718212d1..7b900e88be93 100644 --- a/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild +++ b/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild,v 1.4 2004/06/25 00:33:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild,v 1.5 2004/07/14 21:10:51 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND=">=dev-lang/tcl-8.0 >=dev-lang/tk-8.0" @@ -33,4 +34,3 @@ src_install() { dodoc README COPYRIGHT CHANGES TODO dohtml manual.html } - |