diff options
author | 2012-02-09 12:09:46 +0000 | |
---|---|---|
committer | 2012-02-09 12:09:46 +0000 | |
commit | c0a5061ced706b54f76eb7cacbaedb5cead7778f (patch) | |
tree | f53f5ecfd0965ea31baf9269e0df7db8b689a65c /net-news/leechcraft-aggregator | |
parent | Added missing RDEPEND to 0.5.0 and 9999 (diff) | |
download | gentoo-2-c0a5061ced706b54f76eb7cacbaedb5cead7778f.tar.gz gentoo-2-c0a5061ced706b54f76eb7cacbaedb5cead7778f.tar.bz2 gentoo-2-c0a5061ced706b54f76eb7cacbaedb5cead7778f.zip |
Added missing (R)DEPEND to 0.5.0 and 9999
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-news/leechcraft-aggregator')
3 files changed, 12 insertions, 6 deletions
diff --git a/net-news/leechcraft-aggregator/ChangeLog b/net-news/leechcraft-aggregator/ChangeLog index 19d667dfb504..9916a8cab727 100644 --- a/net-news/leechcraft-aggregator/ChangeLog +++ b/net-news/leechcraft-aggregator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-news/leechcraft-aggregator # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.8 2012/02/09 11:26:02 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.9 2012/02/09 12:09:46 maksbotan Exp $ + + 09 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> + leechcraft-aggregator-0.5.0.ebuild, leechcraft-aggregator-9999.ebuild: + Added missing (R)DEPEND to 0.5.0 and 9999 *leechcraft-aggregator-0.5.0 (09 Feb 2012) diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild index 23e3dc3c1586..a586a41d9aed 100644 --- a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild +++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-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-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild,v 1.1 2012/02/09 11:26:02 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild,v 1.2 2012/02/09 12:09:46 maksbotan Exp $ EAPI="4" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug mysql +sqlite postgres" -DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?]" +DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?] + x11-libs/qt-webkit" RDEPEND="${DEPEND} virtual/leechcraft-downloader-http" diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild index d1ce27fe9980..e1b35d88e302 100644 --- a/net-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild +++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-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-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild,v 1.2 2011/12/16 18:47:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild,v 1.3 2012/02/09 12:09:46 maksbotan Exp $ EAPI="4" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="" IUSE="debug mysql +sqlite postgres" -DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?]" +DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?] + x11-libs/qt-webkit" RDEPEND="${DEPEND} virtual/leechcraft-downloader-http" |