summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-20 10:13:22 +0000
committerJustin Lecher <jlec@gentoo.org>2012-02-20 10:13:22 +0000
commit469c5740620c5aae4aa4a8b08791314e4c62967e (patch)
treef9fbe36d73a8aec480cf571e55a6337ed304abeb /dev-util/tkdiff/tkdiff-4.2.ebuild
parentVersion bump. (diff)
downloadhistorical-469c5740620c5aae4aa4a8b08791314e4c62967e.tar.gz
historical-469c5740620c5aae4aa4a8b08791314e4c62967e.tar.bz2
historical-469c5740620c5aae4aa4a8b08791314e4c62967e.zip
remove PN from DESCRIPTION
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'dev-util/tkdiff/tkdiff-4.2.ebuild')
-rw-r--r--dev-util/tkdiff/tkdiff-4.2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/tkdiff/tkdiff-4.2.ebuild b/dev-util/tkdiff/tkdiff-4.2.ebuild
index eceb8aba04bd..2d4f99a3ad95 100644
--- a/dev-util/tkdiff/tkdiff-4.2.ebuild
+++ b/dev-util/tkdiff/tkdiff-4.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/tkdiff-4.2.ebuild,v 1.1 2011/12/11 21:30:41 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/tkdiff-4.2.ebuild,v 1.2 2012/02/20 10:13:22 jlec Exp $
EAPI=4
-DESCRIPTION="tkdiff is a graphical front end to the diff program"
+DESCRIPTION="Graphical front end to the diff program"
HOMEPAGE="http://tkdiff.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=">=dev-lang/tk-8.4.18-r1"
+RDEPEND="dev-lang/tk"
+DEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-unix"