From 09222bd0523d448c79f1434b042f55e440097adf Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sat, 25 Feb 2017 19:49:28 +0100 Subject: app-leechcraft: use Qt5, modernize the eclass and ebuilds Closes: https://github.com/gentoo/gentoo/pull/4079 --- .../leechcraft-downloader-http-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'virtual/leechcraft-downloader-http/leechcraft-downloader-http-9999.ebuild') diff --git a/virtual/leechcraft-downloader-http/leechcraft-downloader-http-9999.ebuild b/virtual/leechcraft-downloader-http/leechcraft-downloader-http-9999.ebuild index 46cdbc7c2c1d..1fe8567c991b 100644 --- a/virtual/leechcraft-downloader-http/leechcraft-downloader-http-9999.ebuild +++ b/virtual/leechcraft-downloader-http/leechcraft-downloader-http-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=6 DESCRIPTION="Virtual for LeechCraft plugins providing HTTP downloading" HOMEPAGE="" @@ -13,5 +13,5 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND="app-leechcraft/lc-cstp" +RDEPEND="~app-leechcraft/lc-cstp-${PV}" DEPEND="" -- cgit v1.2.3-65-gdbad