diff options
author | 2012-02-09 12:07:04 +0000 | |
---|---|---|
committer | 2012-02-09 12:07:04 +0000 | |
commit | 64f6f0920e9dd647582498de559df6f65199e401 (patch) | |
tree | 48d03f6b0212602a8a92a93c463ca97aa6474bde /net-misc | |
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')
3 files changed, 13 insertions, 6 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog index 87bcdaa1436d..fcdf6b934b9e 100644 --- a/net-misc/leechcraft-advancednotifications/ChangeLog +++ b/net-misc/leechcraft-advancednotifications/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/leechcraft-advancednotifications # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.10 2012/02/09 11:11:14 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.11 2012/02/09 12:07:04 maksbotan Exp $ + + 09 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> + leechcraft-advancednotifications-0.5.0.ebuild, + leechcraft-advancednotifications-9999.ebuild: + Added missing RDEPEND to 0.5.0 and 9999 09 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> Manifest: Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild index ff8e4b2cde9b..23cb1c088141 100644 --- a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild @@ -1,6 +1,6 @@ # 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-0.5.0.ebuild,v 1.1 2012/02/09 11:07:53 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.5.0.ebuild,v 1.2 2012/02/09 12:07:04 maksbotan Exp $ EAPI="4" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="~net-misc/leechcraft-core-${PV}" +DEPEND="~net-misc/leechcraft-core-${PV} + x11-libs/qt-declarative" RDEPEND="${DEPEND}" pkg_postinst() { 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() { |