diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-09 12:07:04 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-09 12:07:04 +0000 |
commit | 64f6f0920e9dd647582498de559df6f65199e401 (patch) | |
tree | 48d03f6b0212602a8a92a93c463ca97aa6474bde /net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild | |
parent | Stable for HPPA (bug #401017). (diff) | |
download | gentoo-2-64f6f0920e9dd647582498de559df6f65199e401.tar.gz gentoo-2-64f6f0920e9dd647582498de559df6f65199e401.tar.bz2 gentoo-2-64f6f0920e9dd647582498de559df6f65199e401.zip |
Added missing RDEPEND to 0.5.0 and 9999
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild')
-rw-r--r-- | net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild index 1cffc80ccc47..1b7673517a3b 100644 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild,v 1.2 2011/12/16 18:39:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild,v 1.3 2012/02/09 12:07:04 maksbotan Exp $ EAPI="4" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="~net-misc/leechcraft-core-${PV}" +DEPEND="~net-misc/leechcraft-core-${PV} + x11-libs/qt-declarative" RDEPEND="${DEPEND}" pkg_postinst() { |