blob: 9c979d4f515547760a863c3120932394b09c5555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kompare/kompare-3.4.0_beta2.ebuild,v 1.1 2005/02/05 11:39:20 danarmak Exp $
KMNAME=kdesdk
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KDE: A program to view the differences between files and optionally generate a diff"
KEYWORDS="~x86"
IUSE=""
|