diff options
author | 2009-06-04 11:08:37 +0000 | |
---|---|---|
committer | 2009-06-04 11:08:37 +0000 | |
commit | d421f6bf343e3c2c8addb33aea296a93488b7d0a (patch) | |
tree | a54ee3fc6d379f35f2776a33dcf766ad8c3d162a /kde-base/drkonqi/drkonqi-4.2.4.ebuild | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-d421f6bf343e3c2c8addb33aea296a93488b7d0a.tar.gz gentoo-2-d421f6bf343e3c2c8addb33aea296a93488b7d0a.tar.bz2 gentoo-2-d421f6bf343e3c2c8addb33aea296a93488b7d0a.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/drkonqi/drkonqi-4.2.4.ebuild')
-rw-r--r-- | kde-base/drkonqi/drkonqi-4.2.4.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kde-base/drkonqi/drkonqi-4.2.4.ebuild b/kde-base/drkonqi/drkonqi-4.2.4.ebuild new file mode 100644 index 000000000000..155ab67b126f --- /dev/null +++ b/kde-base/drkonqi/drkonqi-4.2.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/drkonqi/drkonqi-4.2.4.ebuild,v 1.1 2009/06/04 11:08:37 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed" +IUSE="debug" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +RDEPEND=" + sys-devel/gdb +" |