diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:53:31 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:53:31 +0000 |
commit | cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa (patch) | |
tree | 33f4ffbbe3ac0c33e64ee41c124be94c3deef235 /app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa.tar.gz gentoo-2-cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa.tar.bz2 gentoo-2-cb958231b722fcf1d8e7ece1c9d25f6f7b66bbfa.zip |
Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild')
-rw-r--r-- | app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild new file mode 100644 index 000000000000..48c947461497 --- /dev/null +++ b/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kinotify/lc-kinotify-0.6.70.ebuild,v 1.1 2014/08/03 18:53:31 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND}" |