blob: 3a9dfec639b8425805b8ec6130d9ec1371f5da8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.2.1.ebuild,v 1.4 2009/04/11 16:01:29 armin76 Exp $
EAPI="2"
KMNAME="kdebase-runtime"
inherit kde4-meta
DESCRIPTION="The KDE notification daemon."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug"
|