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 8B1AC138334 for ; Thu, 12 Dec 2019 22:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5C9DE0878; Thu, 12 Dec 2019 22:12:02 +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 2FE5BE0878 for ; Thu, 12 Dec 2019 22:12:01 +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 C8D5D34D976 for ; Thu, 12 Dec 2019 22:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FE4C8D1 for ; Thu, 12 Dec 2019 22:11:57 +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: <1576188706.c2c8ed232b5841086397b9de927faeaf08e54b96.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-19.12.0.ebuild kde-apps/kdeutils-meta/metadata.xml X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2c8ed232b5841086397b9de927faeaf08e54b96 X-VCS-Branch: master Date: Thu, 12 Dec 2019 22:11:57 +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: 8edee87f-0dfc-4045-b7bb-73b1663d9f03 X-Archives-Hash: 8dbe8740cd7ffa1c8f9a516984da9cf3 commit: c2c8ed232b5841086397b9de927faeaf08e54b96 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 12 22:11:18 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 12 22:11:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c8ed23 kde-apps/kdeutils-meta: Add USE webengine Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeutils-meta/kdeutils-meta-19.12.0.ebuild | 4 ++-- kde-apps/kdeutils-meta/metadata.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-19.12.0.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-19.12.0.ebuild index 22148c79906..9240ed95ad8 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-19.12.0.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-19.12.0.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://kde.org/applications/utilities https://utils.kde.org" LICENSE="metapackage" SLOT="5" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="7zip cups floppy gpg lrz rar" +IUSE="7zip cups floppy gpg lrz rar +webengine" RDEPEND=" >=kde-apps/ark-${PV}:${SLOT} @@ -20,7 +20,6 @@ RDEPEND=" >=kde-apps/kcharselect-${PV}:${SLOT} >=kde-apps/kdebugsettings-${PV}:${SLOT} >=kde-apps/kdf-${PV}:${SLOT} - >=kde-apps/kimagemapeditor-${PV}:${SLOT} >=kde-apps/kteatime-${PV}:${SLOT} >=kde-apps/ktimer-${PV}:${SLOT} >=kde-apps/kwalletmanager-${PV}:${SLOT} @@ -29,6 +28,7 @@ RDEPEND=" cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} ) gpg? ( >=kde-apps/kgpg-${PV}:${SLOT} ) + webengine? ( >=kde-apps/kimagemapeditor-${PV}:${SLOT} ) " # Optional runtime deps: kde-apps/ark RDEPEND="${RDEPEND} diff --git a/kde-apps/kdeutils-meta/metadata.xml b/kde-apps/kdeutils-meta/metadata.xml index 085e3dd2528..7262a11e01b 100644 --- a/kde-apps/kdeutils-meta/metadata.xml +++ b/kde-apps/kdeutils-meta/metadata.xml @@ -11,5 +11,6 @@ Install kde-apps/kgpg which depends on kde-apps/akonadi Install app-arch/lrzip for LRZ archive support in kde-apps/ark Install one of app-arch/rar, app-arch/unrar or app-arch/unar for RAR archive support in kde-apps/ark + Enable kde-apps/kimagemapeditor, requiring dev-qt/qtwebengine