diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:54:33 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:54:33 +0000 |
commit | 8f2afccbb055e0e01e0a1ef0002e9a6131374262 (patch) | |
tree | a6da912a25282852040618544e8c4b3f830b7a61 /app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-8f2afccbb055e0e01e0a1ef0002e9a6131374262.tar.gz gentoo-2-8f2afccbb055e0e01e0a1ef0002e9a6131374262.tar.bz2 gentoo-2-8f2afccbb055e0e01e0a1ef0002e9a6131374262.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-lackman/lc-lackman-0.6.70.ebuild')
-rw-r--r-- | app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild b/app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild new file mode 100644 index 000000000000..047f2d92d56e --- /dev/null +++ b/app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lackman/lc-lackman-0.6.70.ebuild,v 1.1 2014/08/03 18:54:33 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft Package Manager for extensions, scripts, themes etc." + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-qt/qtwebkit-4.6:4" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" |