diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2014-04-11 00:30:35 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2014-04-11 00:30:35 +0200 |
commit | d10f539c882d71b41ceae2a3eb31d8bbab33fdf3 (patch) | |
tree | 1d64c863f2d8eed7ee9fc4b3e21d88f237dc5c93 /kde-base/knotify/knotify-4.13.0.ebuild | |
parent | [kde-base/kio-extras] Add missing use dep (diff) | |
download | kde-d10f539c882d71b41ceae2a3eb31d8bbab33fdf3.tar.gz kde-d10f539c882d71b41ceae2a3eb31d8bbab33fdf3.tar.bz2 kde-d10f539c882d71b41ceae2a3eb31d8bbab33fdf3.zip |
[kde] add 4.13.0, untested bump
Diffstat (limited to 'kde-base/knotify/knotify-4.13.0.ebuild')
-rw-r--r-- | kde-base/knotify/knotify-4.13.0.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-base/knotify/knotify-4.13.0.ebuild b/kde-base/knotify/knotify-4.13.0.ebuild new file mode 100644 index 0000000000..aa5be026e1 --- /dev/null +++ b/kde-base/knotify/knotify-4.13.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE notification daemon." +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |