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 BD79513835C for ; Mon, 12 Oct 2020 16:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA785E0882; Mon, 12 Oct 2020 16:15:33 +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 C061DE0882 for ; Mon, 12 Oct 2020 16:15:33 +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 D3443335D6B for ; Mon, 12 Oct 2020 16:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 892F03A4 for ; Mon, 12 Oct 2020 16:15:31 +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: <1602519319.73304e08f57f51d2ce9abafe33a4b0dc9210a9fb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdesdk-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdesdk-meta/kdesdk-meta-20.08.2-r1.ebuild kde-apps/kdesdk-meta/kdesdk-meta-20.08.2.ebuild X-VCS-Directories: kde-apps/kdesdk-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 73304e08f57f51d2ce9abafe33a4b0dc9210a9fb X-VCS-Branch: master Date: Mon, 12 Oct 2020 16:15:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6f617bf-5f9c-444d-be27-5fd89b318627 X-Archives-Hash: faebefc997901bbe3b7ad414139c415d commit: 73304e08f57f51d2ce9abafe33a4b0dc9210a9fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 12 16:00:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 12 16:15:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73304e08 kde-apps/kdesdk-meta: Drop IUSE="webkit" Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kdesdk-meta-20.08.2.ebuild => kdesdk-meta-20.08.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-20.08.2.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-20.08.2-r1.ebuild similarity index 91% rename from kde-apps/kdesdk-meta/kdesdk-meta-20.08.2.ebuild rename to kde-apps/kdesdk-meta/kdesdk-meta-20.08.2-r1.ebuild index 971a072c7a5..38df573b08b 100644 --- a/kde-apps/kdesdk-meta/kdesdk-meta-20.08.2.ebuild +++ b/kde-apps/kdesdk-meta/kdesdk-meta-20.08.2-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://kde.org/applications/development" LICENSE="metapackage" SLOT="5" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="cvs git mercurial python subversion +webkit" +IUSE="cvs git mercurial python subversion" RDEPEND=" >=kde-apps/kapptemplate-${PV}:${SLOT} @@ -22,10 +22,10 @@ RDEPEND=" >=kde-apps/kross-interpreters-${PV}:${SLOT} >=kde-apps/libkomparediff2-${PV}:${SLOT} >=kde-apps/poxml-${PV}:${SLOT} + >=kde-apps/umbrello-${PV}:${SLOT} cvs? ( >=kde-apps/cervisia-${PV}:${SLOT} ) git? ( >=kde-apps/dolphin-plugins-git-${PV}:${SLOT} ) mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:${SLOT} ) python? ( >=kde-apps/lokalize-${PV}:${SLOT} ) subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:${SLOT} ) - webkit? ( >=kde-apps/umbrello-${PV}:${SLOT} ) "