blob: 4ad14822cbdfd0152eb6cd0189a0375dfa9fe498 (
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/kiconedit/kiconedit-3.4.0_rc1.ebuild,v 1.2 2005/03/07 14:27:27 cryos Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KDE Icon Editor"
KEYWORDS="~x86 ~amd64"
IUSE=""
|