From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 429C8138334 for ; Thu, 1 Nov 2018 21:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CCD1E079E; Thu, 1 Nov 2018 21:14:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 192DEE079E for ; Thu, 1 Nov 2018 21:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 531A5335C5A for ; Thu, 1 Nov 2018 21:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D0C443 for ; Thu, 1 Nov 2018 21:14:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1541106856.8a0b3749f12849b68500355e4269e7513303572f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kwordquiz/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kwordquiz/kwordquiz-9999.ebuild X-VCS-Directories: kde-apps/kwordquiz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a0b3749f12849b68500355e4269e7513303572f X-VCS-Branch: master Date: Thu, 1 Nov 2018 21:14:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a107ff1-14a8-4730-861f-0997aa004965 X-Archives-Hash: 924791f71472452a90dcf2d8f0b90d13 commit: 8a0b3749f12849b68500355e4269e7513303572f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 1 20:59:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 1 21:14:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a0b3749 kde-apps/kwordquiz: Drop unused DEPEND, kdelibs4support-- Upstream commit a6e61818e3e8d9ed3aa2f4c16a98902319250673 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-apps/kwordquiz/kwordquiz-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-apps/kwordquiz/kwordquiz-9999.ebuild b/kde-apps/kwordquiz/kwordquiz-9999.ebuild index ddb4533823..dd52adb026 100644 --- a/kde-apps/kwordquiz/kwordquiz-9999.ebuild +++ b/kde-apps/kwordquiz/kwordquiz-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" inherit kde5 -DESCRIPTION="A powerful flashcard and vocabulary learning program" +DESCRIPTION="Powerful flashcard and vocabulary learning program" HOMEPAGE="https://www.kde.org/applications/education/kwordquiz https://edu.kde.org/kwordquiz/" KEYWORDS="" IUSE="" @@ -16,7 +16,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes)