blob: 648d0f0c9e17f05ad437bca20ab9136f22cd4e8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-3.4.0_beta2.ebuild,v 1.3 2005/03/07 16:36:22 cryos Exp $
KMNAME=kdeutils
MAXKDEVER=3.4.0_rc1
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KDE character selection utility"
KEYWORDS="~x86 ~amd64"
IUSE=""
KMEXTRA="charselectapplet/"
|